Difference between revisions of "Z80:Directives:EMPTYFILL"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
m (Reverted edits by Maintenance script (talk) to last revision by KermMartian)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
     .emptyfill value
 
     .emptyfill value
 
  
 
== See Also ==
 
== See Also ==
 
[!-- Related directives --]
 
  
 
{{lowercase}}
 
{{lowercase}}

Latest revision as of 17:31, 5 February 2016

Used to fill unused space in binaries for padding directives.

Syntax

   .emptyfill value

See Also