as: Zero

1 
1 7.105 '.zero SIZE'
1 ==================
1 
1 This directive emits SIZE 0-valued bytes.  SIZE must be an absolute
1 expression.  This directive is actually an alias for the '.skip'
1 directive so in can take an optional second argument of the value to
1 store in the bytes instead of zero.  Using '.zero' in this way would be
1 confusing however.
1