Rename and move to 0x300

This commit is contained in:
Bill Chatfield 2021-09-28 21:44:41 -04:00
parent bcb84bab4c
commit 56847733df
4 changed files with 9 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
*.swp *.swp
DELHNDLR fix.delete.key
DELHNDLR.dsk fix.delete.key.dsk
_FileInformation.txt _FileInformation.txt

View File

@ -3,15 +3,15 @@
# #
AC=java -jar AppleCommander-1.3.5-ac.jar AC=java -jar AppleCommander-1.3.5-ac.jar
SRC=delhndlr.s SRC=fix.delete.key.s
PGM=DELHNDLR PGM=fix.delete.key
VOL=$(PGM) VOL=$(PGM)
DSK=$(PGM).dsk DSK=$(PGM).dsk
$(DSK): $(PGM) $(DSK): $(PGM)
#$(AC) -pro140 $(DSK) $(VOL) ---- Broken in 1.3.5 and others #$(AC) -pro140 $(DSK) $(VOL) ---- Broken in 1.3.5 and others
cp prodos.dsk DELHNDLR.dsk cp prodos.dsk $(DSK)
$(AC) -p $(DSK) $(PGM) BIN 0x0801 < $(PGM) $(AC) -p $(DSK) $(PGM) BIN 0x0300 < $(PGM)
$(PGM): $(SRC) $(PGM): $(SRC)
merlin32 $(SRC) merlin32 $(SRC)

View File

@ -7,9 +7,9 @@
* * * *
******************************** ********************************
ORG $801 ORG $300
TYP $06 ;BINARY TYPE TYP $06 ;BINARY TYPE
DSK DELHNDLR ;OUTPUT FILE NAME DSK fix.delete.key ;PUT FILE NAME
CH EQU $24 ;HORIZ CHAR POS (40-COL) CH EQU $24 ;HORIZ CHAR POS (40-COL)
BASL EQU $28 ;BASE ADDR FOR CURR VIDEO LINE BASL EQU $28 ;BASE ADDR FOR CURR VIDEO LINE

Binary file not shown.