Declares a block of bytes, initializing each byte to zero or to a specified fill value.
[label] .space expression [, fill_value]
label
Name of the block of bytes.
expression
Number of bytes in the block.
fill_value
Initialization value for each bytes in the block; the default value is zero.