I amusing a S08QE8 CPU and I don't have enough RAM.
I am using the ProcessorExpert.prm statement:-
FLASH_TO_RAM = READ_ONLY 0xF000 TO 0xF06F RELOCATE_TO 0x01F0;
but there is no unused ram at this address. According to the users manual Direct page registers are from 0x0000 to 0x005F and RAM from 0x0060 to 0x025F. In the ProcessorExpert.prm file Z_RAM is defined as 0x0060 to 0x007F and when I examine this memory area it appears to be unused. However, if I change the RELOCATE address to 0x0060 the program will not load. What is Z_RAM (i guess that it is zero page RAM) and how can I use it to solve my space problem?