Overview of Integer Math Instructions
Description
Using integer math, you can carry out the following operations with two integer numbers (16 and 32 bits):
· ADD_I : Add Integer
· SUB_I : Subtract Integer
· MUL_I : Multiply Integer
· DIV_I : Divide Integer
· ADD_DI : Add Double Integer
· SUB_DI : Subtract Double Integer
· MUL_DI : Multiply Double Integer
· DIV_DI : Divide Double Integer
· MOD_DI : Return Fraction Double Integer
See also Evaluating the Bits of the Status Word with Integer Math Instructions
0 comments:
Post a Comment