mirror of
https://github.com/gungwald/prodos-more.git
synced 2024-12-12 16:30:05 +00:00
Don't remember
This commit is contained in:
parent
c044ae5548
commit
b4ff5457e4
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ DSK=$(PGM).dsk
|
|||||||
|
|
||||||
$(DSK): $(PGM)
|
$(DSK): $(PGM)
|
||||||
$(COPY) $(BASE_DSK) $(DSK)
|
$(COPY) $(BASE_DSK) $(DSK)
|
||||||
$(AC) -p $(DSK) $(PGM) BIN 0x0800 < $(PGM)
|
$(AC) -p $(DSK) $(PGM) BIN 0x08000 < $(PGM)
|
||||||
|
|
||||||
$(PGM): $(SRC) Makefile
|
$(PGM): $(SRC) Makefile
|
||||||
merlin32 --verbose $(SRC)
|
merlin32 --verbose $(SRC)
|
||||||
|
2
more.s
2
more.s
@ -88,7 +88,7 @@ COPY_BYTE mac
|
|||||||
|
|
||||||
|
|
||||||
mainProgram
|
mainProgram
|
||||||
org $800
|
org $8000
|
||||||
|
|
||||||
lda #<fileName
|
lda #<fileName
|
||||||
sta oPathPtr
|
sta oPathPtr
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user