Syntax

DS.L n

Description

These directives generate n long words of zeros in the current section and adjust 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. If n is one, the label's data type is set to LONG; otherwise, it is set to be a fixed array of LONG[n] elements.

Note

The location counter is not aligned before allocating space.