z80:Directives:BLOCK

From Learn @ Cemetech
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