|
defw <value> [,<value>...]
Pseudo instructions: defw, dw, .dw, .word 8080 pseudo instructions: DWdw <value> [,<value>...]
.Pseudo instructions: defw, dw, .dw, .word 8080 pseudo instructions: DWdw <value> [,<value>...]
.word <value> [,<value>...]
This Pseudo instructions 8080 Assembler: 8080 pseudo instructionspseudo instruction inserts a single or a series of 2-byte words into the code. Words are stored with their least significant byte first. This means, $1234 is stored as $34, $12.
Assembler directives: #if, #elif, #else, #endif Pseudo instructions: if, endifIf you need them to be stored 'as seen' then use the 'defm' Pseudo instructions 8080 Assembler: 8080 pseudo instructionspseudo instruction.
| |