 | A166 User's Guide |  |
|
|
| DSD Assembler Statement| Arguments |
〚label:〛 DSD expression
| | Description | The DSD statement reserves the specified number of 32-bit double 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. | | See Also | DBIT, DS, DSB, DSW | | Example |
COUNT: DSB 10
TIME: DSB 8
|
|
|