mirror of
https://github.com/a2geek/basic-system-cmd.git
synced 2024-12-26 20:29:45 +00:00
Updated to use .gitignore and include template; needed to tweak 'go' build script.
This commit is contained in:
parent
4a8fe1df78
commit
fb6839097a
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Ignore assembly listings
|
||||
*.lst
|
||||
|
||||
# Ignore object files
|
||||
*.o
|
||||
|
||||
# Ignore assembled code
|
||||
*.bin
|
||||
|
||||
# Ignore output disk images except for the template:
|
||||
*.po
|
||||
!template.po
|
||||
|
4
go
4
go
@ -1,4 +1,4 @@
|
||||
ca65 main.asm -t none -l $*
|
||||
cl65 main.asm -t none --start-addr 0x2000 --listing
|
||||
cl65 main.asm -o main.bin -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
|
||||
java -jar /Applications/AppleCommander.app/Contents/Resources/Java/AppleCommander.jar -p mydisk.po cd.online BIN 0x2000 < main.bin
|
||||
|
BIN
template.po
Normal file
BIN
template.po
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user