Hello Desperate to use all 8K of internal RAM of NE64. Changed PRM file to specify RAM at 2000-3FFF. Compiles okay but doesn't work. I guess I somehow,somewhere need to change the RAM mapping register(INITRM).How?Where? Running out of RAM.Any help would be appreciated. Eddie
Search for INITRM in start12.c. There is some code to map the RAM where you want it, but it is only enabled for the serial monitor. So enable the handling of INITRM in there. INITRM has to be set in start12.c before Init is called.
Search for INITRM in start12.c. There is some code to map the RAM where you want it, but it is only enabled for the serial monitor. So enable the handling of INITRM in there. INITRM has to be set in start12.c before Init is called.