Keil™, An ARM® Company

Ax51 User's Guide

DSW Assembler Statement

Arguments
label:〛 DSW expression
Description

The DSW statement reserves the specified number of words in the current memory space. label is a symbol that is assigned the current memory address. expression is the number of words to reserve.

This statement reserves space and increments the location counter by the number of bytes reserved.

Note

  • This directive is available in the AX51 Assembler only.
See Also

DBIT, DS, DSB, DSD

Example

None.