Hello Dave, here a snippet of one of my source files used with AVRA: ;***** Global Setup ; which CPU to use? .define TINY12 1 .define Tiny15 0 ; which version to produce? .define TinyTimer 1 .define TinyTimerS 0 .define TinyTimerSL 0 .if Tiny12 .message "assembled for Tiny12" .include "tn12def.inc" .endif .if Tiny15 .message "assembled for Tiny15" .include "tn15def.inc" .endif
Message
Re: AVRA driectives
2004-01-12 by Stefan Wimmer