breakintoprogram / agon-bbc-basic-adl

Official AGON QUARK Firmware: BASIC Interpreter (ADL version)
zlib License
16 stars 0 forks source link

Should auto-load and run program specified as command line parameter., #10

Closed lennart-benschop closed 11 months ago

lennart-benschop commented 11 months ago

The 16-bit version of bbcbasic allows you to load and run a program specified on the command line, like:

load bbcbasic.bin run . myprog.bas

This does not appear to work for bbcbasic24.bin.

breakintoprogram commented 11 months ago

This has already been fixed in #7