z80:Directives:ORG
From Learn @ Cemetech
Jump to navigationJump to searchSets the value of the current program counter and output counter.
Syntax
.org address
Uses
.org $9D93
.org ProgStart - 2
See Also
Sets the value of the current program counter and output counter.
.org address
.org $9D93
.org ProgStart - 2