Syntax

DS.B n
RMB n

Description

These directives generate n bytes of zeros into the current section and adjusts the location counter accordingly. If the directive is labeled, the label is assigned the location counter of the current section before the space is allocated in that section. If n is one, the label's data type is set to BYTE; otherwise, it is set to be a fixed array of BYTE[n] elements.