4 lines
122 B
Bash
4 lines
122 B
Bash
|
#!/bin/sh
|
||
|
64tass helloworld.asm -o helloworld.prg
|
||
|
cartconv -t normal -n "Hello World" -i helloworld.prg -o helloworld.crt
|