Command: DD - Pseudo: declare one or more doublewords
Arguments: argx: data to be written as dec (5), hex (0x12345678), characters ('abcd'), string for more doublewords ('abcdefg') or floating point constant (1.234567e20)
Usage: DD arg1 , [arg2, arg3,...]
Effects: Writes arguments to memory.
Flags to be set: none
Misc: Example:
dd 0x12345678 ; 0x78 0x56 0x34 0x12
dd 1.234567e20 ; floating-point constant