diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-05-08 14:40:48 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-05-08 14:40:48 -0700 |
commit | 33f42fb3af1ada5ed2135cb3dfc0eff42521d77b (patch) | |
tree | d4aa9db3654c66bb1147c8a1fd662d70fa5fb2c0 /z80inst.h | |
parent | 4edbf96208daa3168a84456448614b659f4f1c57 (diff) |
Added z80 test generator and z80 test runner.
Diffstat (limited to 'z80inst.h')
-rw-r--r-- | z80inst.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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_ |