comparison z80inst.h @ 204:02dfa5962522

Add support for 2-byte IY instructions to decoder
author Mike Pavone <pavone@retrodev.com>
date Tue, 22 Jan 2013 20:24:14 -0800
parents 0ae589d4c3f9
children 19b323614309
comparison
equal deleted inserted replaced
203:0ae589d4c3f9 204:02dfa5962522
79 Z80_H, 79 Z80_H,
80 Z80_L, 80 Z80_L,
81 Z80_A=7, 81 Z80_A=7,
82 Z80_IXH, 82 Z80_IXH,
83 Z80_IXL, 83 Z80_IXL,
84 Z80_IYH,
85 Z80_IYL,
84 Z80_I, 86 Z80_I,
85 Z80_R, 87 Z80_R,
86 Z80_BC, 88 Z80_BC,
87 Z80_DE, 89 Z80_DE,
88 Z80_HL, 90 Z80_HL,