Skip to content

Releases: VAX325/BetterCookie961-Debugger

Release 05.17.24

17 May 11:30
506b2e1
Compare
Choose a tag to compare
  • Added _ command - exit from interpretation iteration.
  • Added G command - write current cookie's address into current cookie.
  • Added x[+/-0/1] - copy the value of the current cookie to the address that lies in the left or right cookie (depending on -(left) or +(right)), and also moves the cursor to the address (if 1) and does not move (if 0).
  • Added m[+/-0/1] - moves the value of the current cookie to the address that lies in the left or right cookie (depending on -(left) or +(right)), and also moves the cursor to the address (if 1) and does not move (if 0).

Release 04.04.24

04 Apr 17:43
Compare
Choose a tag to compare
  • Added P and J commands
  • Fixed "Execute file" button
  • Improved stability

Release 15.03.24

15 Mar 20:00
Compare
Choose a tag to compare
  • Initial release of interpreter