fokoid/chipper8

fix REPL instruction GUI for new arithmetic syntax

Opened this issue · 0 comments

GUI just injects strings into the parser and right now it still tries to use the old arithmetic syntax (e.g. set VB 0xAA, add VB VD etc). Either:

  • generate strings for the new syntax
  • change the GUI to create instructions directly instead of going via the parser