Add comment about assemble & link

This commit is contained in:
Michaelangel007 2016-01-27 21:08:46 -08:00
parent 1397862df9
commit e261757d56

View File

@ -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}