Z80:Directives:FILLW: Difference between revisions

From Learn @ Cemetech
Jump to navigationJump to search
Initial automated import
 
mNo edit summary
 
Line 1: Line 1:
Performs the same operation as [[Z80:Directives:fill|fill]] except that it outputs words rather than bytes.
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.

Syntax

   .fillw count [, value]

Allowed inputs

Uses

See Also

fill