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