fab-agon-emulator
fab-agon-emulator copied to clipboard
Feature request: load/execute binaries from command line
Hi there! I'm the developer of TRSE (www.turborascal.com), and I'm currently looking into adding Agon support to my compiler. However, in order for things to work smoothly, I need the emulator to be able to load + execute binary programs from command line, ie
./fab-agon-emulator load_bin=myprogram.bin execute_address=B000
or something similar... Would this be possible to implement?
Workaround is changing the sdcard/autoexec.txt to load and run the binary.
thanks! workaround .. worked!