Browse Source

z80a: add a few ops

pull/103/head
Virgil Dupras 4 years ago
parent
commit
4f2c2ab80a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      blk/216

+ 2
- 0
blk/216 View File

@@ -1,8 +1,10 @@
: OP1 CREATE C, DOES> C@ A, ;
0xf3 OP1 DI, 0xfb OP1 EI,
0xeb OP1 EXDEHL, 0xd9 OP1 EXX,
0x08 OP1 EXAFAF',
0x76 OP1 HALT, 0xe9 OP1 JP(HL),
0x12 OP1 LD(DE)A, 0x1a OP1 LDA(DE),
0x02 OP1 LD(BC)A, 0x0a OP1 LDA(BC),
0x00 OP1 NOP, 0xc9 OP1 RET,
0x17 OP1 RLA, 0x07 OP1 RLCA,
0x1f OP1 RRA, 0x0f OP1 RRCA,


Loading…
Cancel
Save