4 /* Create a cp/m executable; load and execute at 0x100. */
5 OUTPUT_FORMAT("binary")
11 echo "OUTPUT_FORMAT(\"${OUTPUT_FORMAT}\")"
14 OUTPUT_ARCH("${OUTPUT_ARCH}")
20 ${RELOCATING+ __Htext = .;}
23 ${RELOCATING+ __Ldata = .;}
26 ${RELOCATING+ __Hdata = .;}
29 ${RELOCATING+ __Lbss = .;}
32 ${RELOCATING+ __Hbss = .;}