Skip to content

Wrong single step for IX/IY instructions #2

Description

@giomba

Single-stepping an IX or IY related instruction, takes multiple steps, which is somewhat not desired.
Personally I don't know the Z80 enough, maybe this is just the "normal" way it executes code, and thus the way it has been emulated by the underlying library.
But if this is the case, I expect the underlying Z80 emulation library to provide a way to step atomically an IX or IY-related instruction.

Overall, this is just uncomfortable, but does not affect the functionality of the emulator.

Expected behaviour:

  • reach an IX or IY related instruction
  • step
  • address of next instruction is loaded into PC

Actual behavior:

  • reach an IX or IY related instruction
  • step
  • PC still points to the same instruction
  • step
  • address of next instruction is loaded into PC

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions