avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Bug in atoi.S and atol.S


From: Christian Ludlam
Subject: Re: [avr-gcc-list] Bug in atoi.S and atol.S
Date: Wed, 05 Feb 2003 14:07:32 +0000
User-agent: POPstar/2.02

On 5 Feb Olaf Zenker wrote:

[snip]
>  CLR tmp  ; MUST be set to 0 else there would be a  
>     ; misinterpretation if the last 
>     ; Char isn't "\0"
>     ; (Changed by Olaf Zenker)
>  BLD  tmp, 0 ; get sign again
>  TST  tmp               ; positive number?
>  BREQ .atol_done

You could replace this with  BRTC .atol_done

-- 
Christian Ludlam
address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]