 | A166 User's Guide |  |
|
|
| DW Assembler Statement| Arguments | | | Description | The DW statement initializes memory with one or more word (2-byte) values. label is a symbol that is assigned the current memory address. expression is a word value that is stored in memory. Each expression may be a symbol, a string, or an expression. | | See Also | DB, DBIT, DD, DF32, DF64, DS, DSB, DSD, DSW | | Example |
TABLE: DW TABLE, TABLE+10, HERE
HERE: DW 0
CTAB: DW CASE0, CASE1, CASE2, CASE3
DW $
|
|
|