Z80:Directives:EMPTYFILL: Difference between revisions
From Learn @ Cemetech
Jump to navigationJump to search
KermMartian (talk | contribs) No edit summary |
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).
Syntax
.binaryfill value
Allowed inputs
Uses
See Also