AARM User's Guide

Discontinued

DW Assembler Statement

Arguments
labelDW expression 〚, expression ...〛
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, DD, DS, DSB, DSD, DSW

Example
TABLE:  DW      TABLE, TABLE+10, HERE
HERE:   DW      0
CTAB:   DW      CASE0, CASE1, CASE2, CASE3
        DW      $