Next: Deprecated, Previous: Word, Up: Pseudo Ops
.zero
sizeThis directive emits size 0-valued bytes. size must be an absolute expression. This directive is actually an alias for the `.skip' directive so in can take an optional second argument of the value to store in the bytes instead of zero. Using `.zero' in this way would be confusing however.