|
.area
org, .org or .loc
defb, db, .db and .byte
defw, dw, .dw, .word
.long
defm, dm, .dm, .text and .ascii
.asciz
defs, ds, .ds, .block, .blkb and data
align, .align
if, endif
end, .end
include
incbin
.globl
#local, #endlocal, .local and .endlocal
macro, .macro, endm and .endm
rept, .rept, endm and .endm
dup, .dup, edup and .edup
.phase and .dephase
#assert
.z80, .z180 and .8080
Commands for command line options
equ
defl, set and '='
Label definition
Literal text replacement using "{...}"
Pseudo instructions 8080 Assembler: 8080 pseudo instructionsPseudo 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 Z80Z80 assembler instruction but which are not Z80 instructions. Some Pseudo instructions 8080 Assembler: 8080 pseudo instructionspseudo 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 optionscommand line option '--reqcolon' Command Line Options: --z80 Pseudo instructions: .z80, .z180 and .8080 Targets: #target Z80Z80 and Pseudo instructions 8080 Assembler: 8080 pseudo instructionspseudo 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.
| |