Difference between revisions of "Z80:Directives:EMPTYFILL"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
Line 1: Line 1:
Used to fill unused space in binaries for padding directives.
+
Specifies the value used when a byte is left undefined in the output binary (defaults to $FF).
  
 
== Syntax ==
 
== Syntax ==
  
     .emptyfill value
+
     .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