.RS or .DS

A directive that reserves the memory area by moving the current content of the code site counter by the specified value. The memory area reserved is filled with the value of $00.

Syntax:

[<label>[:]]     .RS expr

Example:

buf:    .RS $100    ; reservation $100 bytes
    .RS size