Difference between revisions of "Z80:Directives:BINARYFILL"

From Learn @ Cemetech
Jump to navigationJump to search
(Created page with "Specifies the value used when a byte is left undefined in the output binary (defaults to $FF). == Syntax == .binaryfill value === Allowed inputs === == Uses == == See...")
 
(No difference)

Latest revision as of 17:32, 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