i try to assemble this source. but have forgotten to copy the include file ; ) ---- .setcpu "6502" .include "macros.i" .word *+2 rts ---- cc65 outputs two errors: ---- test.s(2): Error: Cannot open include file `macros.i': No such file or directory test.s(2): Error: Unexpected trailing garbage characters ---- is the second an aftereffect of the first or is this a bug? ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sun Jan 18 10:42:22 2009
This archive was generated by hypermail 2.1.8 : 2009-01-18 10:42:24 CET