AgonConsole8 / agon-mos

Official AGON QUARK Firmware for Console8: eZ80 MOS
MIT License
31 stars 10 forks source link

Add support for RUN [<filename>] [<address> | . [<args>]] #56

Open stevesims opened 7 months ago

stevesims commented 7 months ago

it would be good/nice to support providing an optional filename to the run command, just like Acorn's version of the run command supported.

This would perform an automatic load and then run

stevesims commented 2 weeks ago

91 adds in a runbin command which accepts a filename and forwards any other args

with runbin you can't specify a load/execution address - it automatically loads and runs at the default address, or at the moslet address if the file being loaded is located in a directory that matches a directory listed in the Moslet$Path system variable