Re: A85: Saving the 85


[Prev][Next][Index][Thread]

Re: A85: Saving the 85




> But,,,,   you CAN use overlays if you know how.  Its pretty tricky tho.  You
> have to transfer your overlay switching kernal code to the non-paged ram
> area, and then load a new 16K ram page that contains another part of your
> program.  With this system, your progs can be 10K  (asm_exec_ram spot)+5*16K
> (are there 5 user var ram pages?  i cant remembre)  thats about 90K

That is incorrect.  It's incorrect simply because _asm_exec_ram
is on the fixed page.