Keil Logo Arm Logo

A251 User's Guide

DD Assembler Statement

Arguments
label:〛 DD expression 〚, expression ...〛
Description

The DD statement initializes memory with one or more 32-bit double word values. label is a symbol that is assigned the current memory address. expression is a double word value that is stored in memory. Each expression may be a symbol, a string, or an expression.

The DD statement may be specified only within a code or const segment. An error is generated if it is used in a different segment.

See Also

DB, DBIT, DS, DSB, DSD, DSW, DW

Example
TABLE:  DD      TABLE, TABLE+10, NEXT
        DD      $
NEXT:   DD      0
VALS:   DD      12345678h, 98765432h, 1

arm-logo-small

Keil logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.