mirror of
https://github.com/a2geek/basic-system-cmd.git
synced 2026-03-14 15:16:29 +00:00
5 lines
233 B
Plaintext
Executable File
5 lines
233 B
Plaintext
Executable File
ca65 main.asm -t none -l $*
|
|
cl65 main.asm -t none --start-addr 0x2000 --listing
|
|
cp template.po mydisk.po
|
|
java -jar /Applications/AppleCommander.app/Contents/Resources/Java/AppleCommander.jar -p mydisk.po cd.online BIN 0x2000 < main
|