Skip to content

Commit

Permalink
update with new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-van-Engelen committed Jan 1, 2023
1 parent e2a2242 commit ff9c6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathri.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ parse_exponent: ; parse the decimal exponent part into e with sign d
ftoa: push hl ; save buffer address hl
push af ; save nonzero buffer size a
ISNN ; test if bcde is inf or nan
jr z,0$ ; if bcde is inf or nan then
jr nz,0$ ; if bcde is inf or nan then
pop af ; restore buffer size a
pop hl ; restore buffer address hl
scf ; set cf
Expand Down

0 comments on commit ff9c6d1

Please sign in to comment.