Module unsigned_arithmetic

Source
Expand description

0x10 Integral arithmetic (+, -, /, *, rnd(), <=>)

Constants§

COMPARE_UNSIGNED
DIFFERENCE_UNSIGNED
PRODUCT_UNSIGNED
QUOTIENT_UNSIGNED
SET_MASK
SUM_UNSIGNED

Functions§

compare_unsigned
0x100F compare_unsigned r1:r2
difference_unsigned
0x1003 difference_unsigned:target [start:end]
operation_set
Returns integral arithmetic operations.
product_unsigned
0x1002 product_unsigned:target [start:end]
quotient_unsigned
0x1004 quotient_unsigned:target [start:end]
sum_unsigned
0x1001 sum_unsigned:target [start:end]