Here's the code i was trying to run:
- Code: Select all
tilem2 --rom=../ti83plus.rom Monopoly.8xp -p macro.txt
It loads it up and runs the program just fine, but WabbitCode closes. I tried embedding it into the source code (instead of calling spasm, calling a script file that runs spasm and tilem2 afterwards), but that also closed the program (seg fault). I think it had something to do with the part that reads the output of spasm (pass one... pass two... etc.) but i don't really know enough C to work it out.