z80:Directives:ORG

From Learn @ Cemetech
Jump to navigationJump to search

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

Syntax

   .org address

Uses

   .org $9D93

.org ProgStart - 2

See Also