as: Space

1 
1 7.86 '.space SIZE , FILL'
1 =========================
1 
1 This directive emits SIZE bytes, each of value FILL.  Both SIZE and FILL
1 are absolute expressions.  If the comma and FILL are omitted, FILL is
1 assumed to be zero.  This is the same as '.skip'.
1 
1      _Warning:_ '.space' has a completely different meaning for HPPA
1      targets; use '.block' as a substitute.  See 'HP9000 Series 800
1      Assembly Language Reference Manual' (HP 92432-90001) for the
11      meaning of the '.space' directive.  ⇒HPPA Assembler
      Directives HPPA Directives, for a summary.
1