Don't remember

This commit is contained in:
Bill Chatfield 2019-02-03 23:12:58 -05:00
parent c044ae5548
commit b4ff5457e4
3 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ DSK=$(PGM).dsk
$(DSK): $(PGM)
$(COPY) $(BASE_DSK) $(DSK)
$(AC) -p $(DSK) $(PGM) BIN 0x0800 < $(PGM)
$(AC) -p $(DSK) $(PGM) BIN 0x08000 < $(PGM)
$(PGM): $(SRC) Makefile
merlin32 --verbose $(SRC)

2
more.s
View File

@ -88,7 +88,7 @@ COPY_BYTE mac
mainProgram
org $800
org $8000
lda #<fileName
sta oPathPtr

Binary file not shown.