Yahoo Groups archive

AVR-Chat

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

Thread

More fun with Studio

More fun with Studio

2004-01-02 by David VanHorn

Ok, now I'm looking at warning messages..

I get a few, all complaining about .db segs with odd lengths.
So, I go look at the indicated line..

How can COMMENTS and assembler directives generate this warning?

The warnings all point to the lines below, inbetween the star bars.
ALL of the lines inbetween the star bars, produce the same warnings.
The first error is on the line with a single ";"

;***************************************************************************
;
.dseg
.org 0x100
.cseg
.org 0

.include "m8def.inc" ;Pin and port definitions
.include "isr.asm"   ;Int vectors, and handlers This file must be first code
.include "init.asm"  ;Chip initialization, and calls to device inits
.include "eeprom.asm" ;For the odometer
.include "head.asm"   ;Printhead operations
.include "stepper.asm"	;Stepper operations
.include "therm.asm"	;Adjust burn pulse widths according to temp.
.include "tables.asm"	;May not be needed
.include "watchdog.asm" ;
;***************************************************************************

Apparently it's not pointing me at the right place for the errors, or it's imagining things..

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.