z80:Directives:ORG

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Sets the value of the current program counter and output counter.

Syntax

   .org address

Uses

   .org $9D93

.org ProgStart - 2

See Also