From 33f42fb3af1ada5ed2135cb3dfc0eff42521d77b Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Wed, 8 May 2013 14:40:48 -0700 Subject: Added z80 test generator and z80 test runner. --- z80inst.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'z80inst.h') diff --git a/z80inst.h b/z80inst.h index 33b2d3f..609f18c 100644 --- a/z80inst.h +++ b/z80inst.h @@ -132,6 +132,9 @@ typedef struct { uint8_t * z80_decode(uint8_t * istream, z80inst * decoded); int z80_disasm(z80inst * decoded, char * dst); +uint8_t z80_high_reg(uint8_t reg); +uint8_t z80_low_reg(uint8_t reg); +uint8_t z80_word_reg(uint8_t reg); #endif //Z80INST_H_ -- cgit v1.2.3