Skip to content

Commit d60a3e8

Browse files
committed
Fix typo in fp-math.asm
1 parent 443a6c0 commit d60a3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/02/fp-math.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ _:
977977
;; Multiplies the floating point number in IX by 10^E.
978978
;; Inputs:
979979
;; IX: Pointer to operand
980-
;; E: Signed exponent (i.e. 2 -> 100, 3 -> 0.001)
980+
;; E: Signed exponent (i.e. 2 -> 100, -3 -> 0.001)
981981
;; Outputs:
982982
;; IX: Pointer to result
983983
;; Notes:

0 commit comments

Comments
 (0)