Skip to content
ksherlock edited this page Jun 27, 2020 · 1 revision

$E1 ORG - The operand is a NUMLEN byte number indicating an absolute address to ORG to. If ORG > * (* is the current location counter) zeros are inserted to reach ORG. If ORG = *, no action is taken. If ORG < *, the linker must backtrack in the binary load module. If ORG < START, where START is the first byte generated, an error results.

Clone this wiki locally