z80:Directives:BLOCK
From Learn @ Cemetech
Jump to navigationJump to searchIncrement 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