Skip to content

Version 0.9

Choose a tag to compare

@suzukiplan suzukiplan released this 16 Jul 23:23
· 448 commits to master since this release
c926334

Version 0.9 (Jul 16, 2020 JST)

  • bugfix: invalid clock cycle in repeart operands
  • bugfix: invalid register will specified in OUT (C), R & IN R, (C)

Version 0.8 (Jul 16, 2020 JST)

  • Fixed a bug that IRQ/NMI request flag does not clear when masked

Version 0.7 (Jul 16, 2020 JST)

  • Fixed a bug that DJNZ command does not work properly:
    • 0.6 or less: An instruction that decrements the B register and makes a relative jump if it is 0.
    • 0.7 or later: An instruction that decrements the B register and makes a relative jump if it is not 0.

Version 0.6 (Jul 14, 2020 JST)

  • implemented & bugfix of interrupt features