mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-25 07:32:25 +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"
|
||||
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
|
||||
${DEBUG} ${DEL} ${BIN} ${OBJ}
|
||||
|
Loading…
Reference in New Issue
Block a user