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

zasm - Z80 Assembler – Version 4.4

Pseudo instructions

Pseudo instructions
8080 Assembler: 8080 pseudo instructions
Pseudo instructions are instructions like 'org' or 'defs', which are written at the place of a Command Line Options: --z80
Pseudo instructions: .z80, .z180 and .8080
Targets: #target Z80
Z80 assembler instruction but which are not Z80 instructions. Some Pseudo instructions
8080 Assembler: 8080 pseudo instructions
pseudo instructions generate code, others don't.

Unless you use Differences from v3 to v4: Command line options
Command Line Options
Command Line Options: Command line options
command line option '--reqcolon' Command Line Options: --z80
Pseudo instructions: .z80, .z180 and .8080
Targets: #target Z80
Z80 and Pseudo instructions
8080 Assembler: 8080 pseudo instructions
pseudo instructions must not start in column 1 but must always preceded by some spaces or tabs, else the assembler will mistakenly assume a label definition.

Valid HTML   Valid CSS