.space

Previous Assembler Directives Next

Syntax: .space size[, fill]

This directive emits size bytes, each of value fill. Both size and fill are absolute expressions. If the comma and fill are omitted, fill is assumed to be zero.