mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2025-01-17 22:29:42 +00:00
Add comment about assemble & link
This commit is contained in:
parent
1397862df9
commit
e261757d56
@ -104,7 +104,10 @@ DEL=rm
|
|||||||
|
|
||||||
ASM_FLAGS="--cpu 65c02"
|
ASM_FLAGS="--cpu 65c02"
|
||||||
LNK_FLAGS="-C apple2bin.cfg"
|
LNK_FLAGS="-C apple2bin.cfg"
|
||||||
CnL_FLAGS="-t apple2enh -C apple2enh-asm.cfg -u __EXEHDR__"
|
|
||||||
|
#If your code doesn't load below $803 you could alternatively
|
||||||
|
#use this to assemble & link
|
||||||
|
#CnL_FLAGS="-t apple2enh -C apple2enh-asm.cfg -u __EXEHDR__"
|
||||||
|
|
||||||
# Assemble & Link
|
# Assemble & Link
|
||||||
${DEBUG} ${DEL} ${BIN} ${OBJ}
|
${DEBUG} ${DEL} ${BIN} ${OBJ}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user