Posted By
   orac81 on 2025-09-25 11:25:47
  |   Re: Microsoft’s 6502 BASIC is now Open Source
  The original Basic could compile for 4 byte floats, which is a little faster. It just need read/write char routines, and load/save to work, so you could build it at ram top and get it to run. If done in a simple way, you would have no editing, just line input like a Superboard. Be sure to get rid of the string garbage collection bug!
  |