From e261757d562c54f3d7aa991dd638e3a9642ff292 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Wed, 27 Jan 2016 21:08:46 -0800 Subject: [PATCH] Add comment about assemble & link --- bin/src2dsk.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/src2dsk.sh b/bin/src2dsk.sh index 6d21c0a..38b5a87 100755 --- a/bin/src2dsk.sh +++ b/bin/src2dsk.sh @@ -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}