Age | Commit message (Collapse) | Author |
|
the code gen refactor
|
|
handle_cycle_limit for the Z80
|
|
z80_retranslate_inst to avoid any newly translated instructions from being placed in the "buffer zone". Save the current value of the code_info struct for placing the final jmp instruction in the correct place
|
|
Fix generation of save and load context for Z80
|
|
|
|
|
|
|
|
|
|
|
|
pushed. This commit represents the status of the working copy from that clone. It unfortunately contains some changes that I did not intend to commit yet, but this seems like the best option at the moment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
retranslating so that it does not get lost when the byte transforms from a instruction word to extension word
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bit 0 of SLL. Fix missing break statement in SRL.
|
|
|
|
instructions on x86
|
|
|
|
|
|
parity instead of overflow
|
|
|
|
is now fixed.
|
|
|
|
|
|
|
|
IX/IY bit/shift/rotate instructions.
|
|
|
|
|
|
|