Merge pull request #6 from Russell-S-Harper/development

Revised comments.
This commit is contained in:
Russell-S-Harper 2018-08-07 09:41:00 -04:00 committed by GitHub
commit e3c01b9420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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