To use an external memory space, a memory area must be defined
(internal ROM and internal RAM are defined by default).
In the above case, an error occurs during linking because the memory area of the external memory space is not defined.
Define an external memory area by a link directive, and specify so that the segment is located in that area.
MEMORY ERAM :(0F100H,0100H)
MERGE DATASEG := ERAM
-78K0-
-78K0S-
-78K4-