mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 21:12:07 +00:00
Fix formatting of very long fixed-point numbers
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user