Upload files to ''

ca65 & la65 assemble batch file for DOS/Windows.

Signed-off-by: hexsane <hexsane@noreply.localhost>
This commit is contained in:
hexsane 2022-03-15 20:05:34 +00:00
parent e7bd974736
commit 3a966201e1
1 changed files with 10 additions and 0 deletions

10
go.bat Normal file
View File

@ -0,0 +1,10 @@
PATH=%PATH%c:\cc65d\lib;c:\cc65d\bin;
SET CC65_HOME=c:\cc65d
SET CC65_INC=c:\cc65d\include
SET LD65_CFG=c:\cc65d\cfg
SET LD65_LIB=c:\cc65d\lib
SET LD65_OBJ=c:\cc65d\obj
SET CA65_INC=c:\cc65d\asminc
ca65 -t apple2 --cpu 65C02 -l SPDRV.S
ld65 -t apple2 SPDRV.O -o SPDRV.BIN