Fix formatting of very long fixed-point numbers

This commit is contained in:
Rangi42
2025-09-04 12:42:54 -04:00
parent bdc885bd69
commit 891e6f98df
3 changed files with 30 additions and 37 deletions

View File

@@ -6,3 +6,5 @@ ENDM
test $8000_0000 ; INT32_MIN
test $0000_0000 ; UINT32_MIN
test $ffff_ffff ; UINT32_MAX
println strfmt("%#.255q1f", $7fff_ffff)