Z80:Directives:EMPTYFILL: Difference between revisions

From Learn @ Cemetech
Jump to navigationJump to search
Initial automated import
m Reverted edits by Maintenance script (talk) to last revision by KermMartian
 
Line 1: Line 1:
Specifies the value used when a byte is left undefined in the output binary (defaults to $FF).
Used to fill unused space in binaries for padding directives.


== Syntax ==
== Syntax ==


     .binaryfill value
     .emptyfill value
 
=== Allowed inputs ===
 
== Uses ==


== See Also ==
== See Also ==

Latest revision as of 17:31, 5 February 2016

Used to fill unused space in binaries for padding directives.

Syntax

   .emptyfill value

See Also