|
|
| version 1.2, 2004/08/02 11:48:14 | version 1.3, 2004/08/04 02:30:35 |
|---|---|
| Line 111 _z80x_execute: push ebx | Line 111 _z80x_execute: push ebx |
| movzx edx, byte [_cycles_main + eax] | movzx edx, byte [_cycles_main + eax] |
| Z80WORK dx | Z80WORK dx |
| call dword [opcode_main + eax*4] | call dword [opcode_main + eax*4] |
| %if 0 | %if 1 |
| inc byte [edi + R_Z80R] | inc byte [edi + R_Z80R] |
| movzx ecx, word [edi + R_Z80PC] | movzx ecx, word [edi + R_Z80PC] |
| inc word [edi + R_Z80PC] | inc word [edi + R_Z80PC] |