--- xmil/z80x/z80x_mn.x86 2004/08/01 05:31:32 1.1 +++ xmil/z80x/z80x_mn.x86 2004/08/08 17:45:52 1.2 @@ -152,7 +152,7 @@ _ei: and byte [edi + R_Z80IFF], ~(1 < inc byte [edi + R_Z80R] inc word [edi + R_Z80PC] movzx edx, byte [_cycles_main + eax] - Z80WORK dx + Z80WORK edx jmp [opcode_main + eax*4] .eiret: ret @@ -745,21 +745,21 @@ in_a_byte: GETPCAL _dd: inc byte [edi + R_Z80R] FETCH movzx edx, byte [_cycles_xx + eax] - Z80WORK dx + Z80WORK edx jmp [opcode_dd + eax*4] align 16 _ed: inc byte [edi + R_Z80R] FETCH movzx edx, byte [_cycles_ed + eax] - Z80WORK dx + Z80WORK edx jmp [opcode_ed + eax*4] align 16 _fd: inc byte [edi + R_Z80R] FETCH movzx edx, byte [_cycles_xx + eax] - Z80WORK dx + Z80WORK edx jmp [opcode_fd + eax*4]