Fixed start address of program

This commit is contained in:
Bill Chatfield 2018-08-06 23:59:43 -04:00
parent 9094ecf0ef
commit ae27fffbbc
2 changed files with 5 additions and 4 deletions

View File

@ -19,8 +19,8 @@ VOL=$(PGM)
DSK=$(PGM).dsk
$(DSK): $(PGM)
$(AC) -pro140 $(DSK) $(VOL)
$(AC) -p $(DSK) $(PGM) SYS < $(PGM)
#$(AC) -pro140 $(DSK) $(VOL)
$(AC) -p $(DSK) $(PGM) BIN 0x0801 < $(PGM)
$(PGM): $(SRC)
$(MERLIN) $(MERLIN_LIB) $(SRC)
@ -30,5 +30,5 @@ $(PGM): $(SRC)
@test -e $(PGM)
clean:
$(RM) $(DSK) $(PGM) error_output.txt _FileInformation.txt
$(RM) $(PGM) error_output.txt _FileInformation.txt

View File

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