z80:Directives:BLOCK

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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