Skip to content

Version 0.5

Choose a tag to compare

@suzukiplan suzukiplan released this 12 Jul 09:06
· 458 commits to master since this release
6125ea4

Version 0.5 (Jul 12, 2020 JST)

  • implemented compatible(?) instructions:
    • OUT (C), r

Version 0.4 (Jul 12, 2020 JST)

  • added an explicit execution break function (requestBreak)
  • corrected disassemble log of following:
    • AND R, (IX+d)
    • AND R, (IY+d)
    • OR R, (RP)
    • OR R, (IX+d)
    • OR R, (IY+d)
    • XOR R, (RP)
    • XOR R, (IX+d)
    • XOR R, (IY+d)