Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: AVRA driectives

2004-01-12 by Stefan Wimmer

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

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.