<--  back   Last regenerated: 2022-04-20 17:31:36 kio

zasm - Z80 Assembler – Version 4.4

Pseudo instructions

defw, dw, .dw, .word

defw  <value> [,<value>...]
Pseudo instructions: defw, dw, .dw, .word
8080 pseudo instructions: DW
dw <value> [,<value>...] .Pseudo instructions: defw, dw, .dw, .word
8080 pseudo instructions: DW
dw <value> [,<value>...] .word <value> [,<value>...]

This Pseudo instructions
8080 Assembler: 8080 pseudo instructions
pseudo 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, endif
If you need them to be stored 'as seen' then use the 'defm' Pseudo instructions
8080 Assembler: 8080 pseudo instructions
pseudo instruction.

Valid HTML   Valid CSS