Difference between revisions of "Z80:Directives:EMPTYFILL"
From Learn @ Cemetech
Jump to navigationJump to searchKermMartian (talk | contribs) |
(Initial automated import) |
||
Line 1: | Line 1: | ||
− | + | Specifies the value used when a byte is left undefined in the output binary (defaults to $FF). | |
== Syntax == | == Syntax == | ||
− | . | + | .binaryfill value |
+ | |||
+ | === Allowed inputs === | ||
+ | |||
+ | == Uses == | ||
== See Also == | == See Also == |
Revision as of 17:30, 5 February 2016
Specifies the value used when a byte is left undefined in the output binary (defaults to $FF).
Contents
Syntax
.binaryfill value
Allowed inputs
Uses
See Also