diff --git a/common/common.h b/common/common.h index c4ad951..fa732bb 100644 --- a/common/common.h +++ b/common/common.h @@ -6,10 +6,10 @@ ; to be able to recognize an overflow/underflow situation, rescale the arguments, and repeat the ; calculation. -; Largest value: $3fffffff or 1048575.999(9) -; Smallest value: $c0000001 or -1048575.999(0) -; Largest value for DEC: $3d08ffff or 999999.999(9) -; Smallest value for DEC: $c2f70001 or -999999.999(0) +; Largest value: $3fffffff or 1048575.999(9) +; Smallest value: $c0000001 or -1048575.999(0) +; Largest value for DEC/HEX: $3d08ffff or 999999.999(5) +; Smallest value for DEC/HEX: $c2f70001 or -999999.999(0) ; Instructions