You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DD+CB or FD+CB instructions (e.g. SET 1,(IX+1)) the disassembly in the tracelog and timing winow doesn't detect the end of the instruction and "leaks" into the next instrucion.
Probably related to the "fake" opcode fetch machine cycle in those instructions (the opcode after the DD+DB prefixes is loaded with a regular memory read machine cycle).
The text was updated successfully, but these errors were encountered:
floooh
changed the title
Reminder: tracelog/timing window disassembler is confused by DD+CB, FD+CB instructions.
Reminder: Z80 tracelog disassembly is confused by DD+CB/FD+CB ops
Oct 26, 2021
In DD+CB or FD+CB instructions (e.g.
SET 1,(IX+1)
) the disassembly in the tracelog and timing winow doesn't detect the end of the instruction and "leaks" into the next instrucion.Probably related to the "fake" opcode fetch machine cycle in those instructions (the opcode after the DD+DB prefixes is loaded with a regular memory read machine cycle).
The text was updated successfully, but these errors were encountered: