A85: math32.inc updated.. again


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

A85: math32.inc updated.. again




I made some changes to math32.inc again.  While converting some old code I
made the mistake of treating add32 as a regular add when it really adds
the carry flag as well.  So the real problem is in math32.inc.  Well no
more.  Now there are 2 new routines adc32 and sbc32 which are really the
old add32 and sub32 but now add32 & sub32 clear the carry flag.

sorry about that...

-Humberto Yeverino Jr.

"I kick ass for the Lord."

***********************************************************
Home Page:                                               
  http://www.engr.csufresno.edu/~humberto/Home.html      

Ti Page:                                                 
  http://www.engr.csufresno.edu/~humberto/tex.html       

z80 Source Page:                                         
  http://www.engr.csufresno.edu/~humberto/z80source.html 

Official Tyrant Home Page:                              
  http://www.engr.csufresno.edu/~humberto/tyrant.html    

E-mail:                                                  
  humberto@engr.csufresno.edu                            
***********************************************************


Follow-Ups: