z80:Directives:BLOCK

From Learn @ Cemetech
Revision as of 08:28, 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

Increment the program counter and output counter by the specified amount.

Syntax

   .block amount

Uses

No data is written. This is functionally equivalent to $+=amount \ @+=amount.

See Also

fill