Difference between revisions of "Z80:Directives:BLOCK"

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

Latest revision as of 08:28, 5 February 2016

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