mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:40:54 +11:00
440ea43a88
Initially, I used the same letters as those used in the z80 ref docs, but it makes the different assemblers harder to use than they should. Having consistent "argtype" rules across assemblers should help.
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
(cont.)
|
|
OUT [iA, (C)r] IN [Ai, r(C)]
|
|
SET RES BIT
|
|
RL RLC SLA RLA RLCA
|
|
RR RRC SRL RRA RRCA
|
|
CALL RST DJNZ
|
|
JP [i, (HL), (IX), (IY)]
|
|
JR [, Z, NZ, C, NC]
|
|
|
|
DI EI EXDEHL EXX HALT
|
|
NOP RET [,c] RETI RETN SCF
|