Next: , Previous: Word, Up: Pseudo Ops


7.104 .zero size

This 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.