Difference between revisions of "Z80:Directives:FILLW"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
m
 
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