diff --git a/Makefile b/Makefile index 6f019ba..110bdcf 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/more.s b/more.s index 2b78756..483b4d2 100644 --- a/more.s +++ b/more.s @@ -88,7 +88,7 @@ COPY_BYTE mac mainProgram - org $800 + org $8000 lda #