pushfoo / eightdad

A Chip-8 interpreter in python that may include other tools in the future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement IXYI skips

pushfoo opened this issue · comments

commented
  • 5xy0 - Skip next instruction if Vx ==Vy
  • 9xy0 - Skip next instruction if Vx != Vy.