Syntax

DC.L initializer [, initializer]…
DL initializer [, initializer]…

Description2

The {DC.L} directive defines an object as an initialized array of longs. If the directive is labeled, the label is assigned the location counter of the current section before the data is placed in that section. If a single initializer is present, the label's data type is set to LONG; otherwise, it is set to be a fixed array of LONG values, the bounds of which are set by the number of elements defined.

Note

The location counter is not aligned before allocating space.