Yahoo Groups archive

AVR-Chat

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

Message

AVRA driectives

2004-01-11 by Dave VanHorn

Does anyone know if AVRA accepts a directive to echo output to console?

What I'm after is something that will let me log what options are turned on 
or off in a given build, like below in pseudo-code

.equ	Option_1 = True
.equ	Option_2 = False

<much later>

.if Option_1
.comment Option 1 enabled in gronker
.endif

.if  Option_2
.comment Option 2 enabled in lunker
.endif

.if Option_1 & Option_2
.comment This code will not run, Option 1 and Option 2 are not compatible, 
you dope...
(I know I could just leave junk code here to force an errror..)
.endif

Something like that anyway..
Then I can invoke it with avra >> logfile and capture the output for review 
before release.

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.