z80:Directives:ORG

From Learn @ Cemetech
Revision as of 17:37, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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