|
Pseudo instructions: defl, set and '=' Labels: SETSet the target cpu to the Intel 8080. This disables all additional Z80 instructions. The source must still be in Command Line Options: --z80 Pseudo instructions: .z80, .z180 and .8080 Targets: #target Z80Z80 syntax unless you also use --asm8080, in which case you don't need --8080 because it is implied. Use this option Assembler directives: #if, #elif, #else, #endif Pseudo instructions: if, endifif you want to verify that your program will also run on the 8080 cpu, e.g. for CP/M.
Note: The Pseudo instructions 8080 Assembler: 8080 pseudo instructionspseudo instruction '.8080' has an additional effect: '.8080' also selects 8080 assembler syntax!
Assembler directives: #if, #elif, #else, #endif Pseudo instructions: if, endifIf target 8080 is Pseudo instructions: defl, set and '=' Labels: SETset with --8080 or .8080, then the Pseudo instructions: Label definition Numeric expressions: Labels 8080 Assembler: Labelslabel _8080_ is defined and can be tested with 'defined(_8080_)' in Expressions 8080 Assembler: Expressionsexpressions. (changed in version 4.3.4)
| |