mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
- The '#' component for type 's' now escapes the string characters - The '#' component for type 'f' now prints a precision suffix - The new 'q' component specifies a precision value
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
`3.1`: 3.100006 -> $0003199a
|
|
`5.2`: 5.199997 -> $00053333
|
|
`MUL`: 16.120026 -> $00101eba
|
|
`16.12`: 16.119995 -> $00101eb8
|
|
`6.283185`: 6.283188 -> $0006487f
|
|
32% of 20 = 6.40015 (~6.40) (~~6)
|
|
0.00488q16 1.25000q16 320.00000q16
|
|
Q8 $140 Q16 $14000 Q24 $1400000
|
|
1.25000
|