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

zasm - Z80 Assembler – Version 4.4

Command Line Options

--8080

Pseudo instructions: defl, set and '='
Labels: SET
Set 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 Z80
Z80 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, endif
if 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 instructions
pseudo instruction '.8080' has an additional effect: '.8080' also selects 8080 assembler syntax!

Assembler directives: #if, #elif, #else, #endif
Pseudo instructions: if, endif
If target 8080 is Pseudo instructions: defl, set and '='
Labels: SET
set with --8080 or .8080, then the Pseudo instructions: Label definition
Numeric expressions: Labels
8080 Assembler: Labels
label _8080_ is defined and can be tested with 'defined(_8080_)' in Expressions
8080 Assembler: Expressions
expressions.
(changed in version 4.3.4)

Valid HTML   Valid CSS