[Z88dk-commits] CVS: z88dk/libsrc/_DEVELOPMENT/l/z80/ascii/txt_to_nu

Bridge to the z88dk-commits mailing list
Post Reply
alvin

[Z88dk-commits] CVS: z88dk/libsrc/_DEVELOPMENT/l/z80/ascii/txt_to_nu

Post by alvin »

Update of /cvsroot/z88dk/z88dk/libsrc/_DEVELOPMENT/l/z80/ascii/txt_to_num/fast
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6259

Modified Files:
l_htoul.asm
Log Message:
minor change does not affect function

Index: l_htoul.asm
===================================================================
RCS file: /cvsroot/z88dk/z88dk/libsrc/_DEVELOPMENT/l/z80/ascii/txt_to_num/fast/l_htoul.asm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** l_htoul.asm 22 Mar 2014 06:13:24 -0000 1.2
--- l_htoul.asm 29 Mar 2014 05:08:40 -0000 1.3
***************
*** 102,106 ****

adc a,a
! jr nz, unsigned_overflow

done:
--- 102,111 ----

adc a,a
! ret z
!
! ; unsigned overflow
!
! scf
! ret

done:


------------------------------------------------------------------------------
Post Reply