mirror of
https://github.com/gungwald/prodos-more.git
synced 2024-12-11 09:49:29 +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)
|
||||
$(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
2
more.s
@ -88,7 +88,7 @@ COPY_BYTE mac
|
||||
|
||||
|
||||
mainProgram
|
||||
org $800
|
||||
org $8000
|
||||
|
||||
lda #<fileName
|
||||
sta oPathPtr
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user