Build a rom for orix
Clone this repo : https://github.com/orix-software/empty-rom parse_routine: ; A & Y contains the string to execute ; for example, if you want to execute the program hello in your rom : ; exec hello ; exec command will call your “parse_routine” with “hello” string pointer in A & Y ; BUFEDT contains your command without exec Read more about Build a rom for orix[…]