AgonConsole8 / agon-mos

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

New *exec command, to run 'batch files' of MOS commands (like autoexec.txt) #13

Closed tomm closed 10 months ago

tomm commented 11 months ago

This differs from the old autoexec.txt process in that it stops on the first error encountered, and does report the error.

Autoexec.txt execution is refactored to use the same code as *exec. This also closes a reported issue, that autoexec.txt execution silently swallows errors.

stevesims commented 10 months ago

Took a branch, fixed conflicts, and have now merged.

This is great - I found I had a long-standing error in my autoexec.txt file that I didn't even know was there :grin: