Post Reply 
41CL Maximum registers for DATA/PROGS storage
07-20-2018, 07:25 AM
Post: #5
RE: 41CL Maximum registers for DATA/PROGS storage
[/quote]
Using the W&W RAMBOX in a 41CL is pretty straightforward, here is the step-by-step how-to.

Code:
command                     description
Setup MMU (this example cleanup the MMU to avoid any conflict)
Code:
MMUDIS                      disable MMU  
MMUCLR                      clear MMU configuration
"YFNX"                      41CL Extreme Functions ROM module name (XROM 15)
PLUG1L                      map module to page 8
"RM32"                      W&W RAMbox-32 ROM module name (XROM 31)
PLUG1U                      map module to page 9
"820-RAM"                   4K RAM block at address 820000 (XROM 27 will be used for this simulated module)
PLUG2L                      map RAM block to page 10
MMUEN                       enable MMU

Hi Sylvain

With this setup after MMUEN the CL hangs!

Regards,
Patrik
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 41CL Maximum registers for DATA/PROGS storage - CY-CL - 07-20-2018 07:25 AM



User(s) browsing this thread: 1 Guest(s)