Difference between revisions of "Z80:Directives:FILLW"
From Learn @ Cemetech
Jump to navigationJump to search (Initial automated import) |
KermMartian (talk | contribs) m |
||
Line 1: | Line 1: | ||
− | Performs the same operation as [[Z80:Directives: | + | Performs the same operation as [[Z80:Directives:FILL|fill]] except that it outputs words rather than bytes. |
== Syntax == | == Syntax == |
Latest revision as of 08:14, 6 February 2016
Performs the same operation as fill except that it outputs words rather than bytes.
Contents
Syntax
.fillw count [, value]
Allowed inputs
Uses
See Also