Posted By
Luca on 2020-01-21 02:08:04
| Re: Novamaker release and testing
I assume it runs program with a Basic RUN via kernal, but you could add a new variable to do this:
novamaker.exe prg_file [tap_file] [found_str] -> Baisc RUN novamaker.exe prg_file [tap_file] [found_str] [hex$/(dec)] -> SYS DEC
Example: novamaker.exe namegame.prg nametape.tap "name of game +4" $1234
|