mirror of
https://github.com/zellyn/go6502.git
synced 2025-04-05 04:37:20 +00:00
added shell script to generate most ROMS
This commit is contained in:
parent
48b5b11754
commit
122a3735ac
5
asm/a2as/runtest.sh
Normal file
5
asm/a2as/runtest.sh
Normal file
@ -0,0 +1,5 @@
|
||||
go run a2as.go --in ../../../goapple2/source/redbook/monitor.asm --out monitor.rom --flavor redbooka --listing monitor.lst --prefix=-1
|
||||
go run a2as.go --in ../../../goapple2/source/redbook/miniasm.asm --out miniasm.rom --flavor redbooka --listing miniasm.lst --prefix=-1
|
||||
go run a2as.go --in ../../../goapple2/source/redbook/sweet16.asm --out sweet16.rom --flavor redbooka --listing sweet16.lst --prefix=-1
|
||||
go run a2as.go --in ../../../goapple2/source/redbook/fp.asm --out fp.rom --flavor redbookb --listing fp.lst --prefix=-1
|
||||
# go run a2as.go --in ../../../goapple2/source/redbook/intbasic.asm --out intbasic.rom --flavor redbook --listing intbasic.lst --prefix=-1
|
Loading…
x
Reference in New Issue
Block a user