|
From: Scott D. <sc...@da...> - 2003-05-20 20:42:10
|
On Tue, 20 May 2003, Greg Hill wrote: > On Tue, 20 May 2003, Scott Dattalo wrote: > > > What happens if you do this: > > > > _asm > > movlw 0xA6 > > movwf _delay > > L1: decfsz _delay,f > > goto L1 > > _endasm; > > > > I get: > Processor: p16f628 > GOTO L1 > ERROR: LinkFlow, branch instruction doesn't have label Damn. I was afraid of that. This is clearly a bug that I need to fix. Meanwhile, I'm afraid the only solution is to hand edit the SDCC generated assembly. Scott |