Skip to content

Releases: CorshamTech/6502-Tiny-BASIC

v0.4

17 Oct 15:03
Compare
Choose a tag to compare

Fixed a few problems:

  • Line insertion/removal/replacement had a really subtle but nasty bug.
  • If RND() was called with no parameter, interpreter hung. Now defaults to 32767.
  • Sometimes an Error 5 came up when a program finished.

Debugging continues but this version is much more usable.

v0.2

29 Nov 02:35
Compare
Choose a tag to compare

This is the first public release of my 6502 Tiny BASIC interpreter. Still lots of bugs, but it works well enough to be fun as a demo.