|
This Pseudo instructions 8080 Assembler: 8080 pseudo instructionspseudo instruction inserts a single or a series of 4-byte long words into the code. Long words are stored with their least significant byte first. This means, $12345678 is stored as $78, $56, $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.
| |