Tony Pavlov - 2020-09-10

ps: SDCC itself, when calling the linker also passes base address for _CODE in SDCCmain.c:

          WRITE_SEG_LOC ("_CODE", options.code_loc);

and in z80/main.c:

  options.code_loc = 0x200;

it should not do that.

 

Last edit: Tony Pavlov 2020-09-10