Revised comments.

This commit is contained in:
Russell-S-Harper 2018-08-07 09:40:29 -04:00
parent 41e1ff48d2
commit a3069872b1

View File

@ -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