Difference between revisions of "Z80:Directives:ORG"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 17:37, 5 February 2016

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

Syntax

   .org address

Uses

   .org $9D93

.org ProgStart - 2

See Also