mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:50:57 +11:00
0892193cbe
I don't remove z80a.fs yet because build process needs it, but that will change shortly.
11 lines
368 B
Plaintext
11 lines
368 B
Plaintext
: OP1 CREATE C, DOES> C@ A, ;
|
|
0xf3 OP1 DI, 0xfb OP1 EI,
|
|
0xeb OP1 EXDEHL, 0xd9 OP1 EXX,
|
|
0x76 OP1 HALT, 0xe9 OP1 JP(HL),
|
|
0x12 OP1 LD(DE)A, 0x1a OP1 LDA(DE),
|
|
0x00 OP1 NOP, 0xc9 OP1 RET,
|
|
0x17 OP1 RLA, 0x07 OP1 RLCA,
|
|
0x1f OP1 RRA, 0x0f OP1 RRCA,
|
|
0x37 OP1 SCF,
|
|
|