Files
rgbds/test/asm/fixed-point-precision.err
Sylvie 6b8d33529e Improve string/interpolation formatting (#1491)
- 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
2024-09-01 12:54:26 -04:00

6 lines
235 B
Plaintext

error: fixed-point-precision.asm(22):
Fixed-point constant precision must be between 1 and 31
error: fixed-point-precision.asm(23):
Fixed-point constant precision 0 invalid, defaulting to 16
error: Assembly aborted (2 errors)!