--- xmil/z80x/z80x_if.x86 2004/08/01 05:31:32 1.1 +++ xmil/z80x/z80x_if.x86 2004/08/02 11:48:14 1.2 @@ -111,6 +111,7 @@ _z80x_execute: push ebx movzx edx, byte [_cycles_main + eax] Z80WORK dx call dword [opcode_main + eax*4] +%if 0 inc byte [edi + R_Z80R] movzx ecx, word [edi + R_Z80PC] inc word [edi + R_Z80PC] @@ -118,6 +119,7 @@ _z80x_execute: push ebx movzx edx, byte [_cycles_main + eax] Z80WORK dx call dword [opcode_main + eax*4] +%endif pop edi pop ebx ret