mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 22:07:49 +00:00
Implement opt Q for fixed-point precision, and q literals (e.g. 12.34q8) (#958)
Fixes #957 Co-authored-by: ISSOtm <eldredhabert0@gmail.com>
This commit is contained in:
7
test/asm/opt-Q.err
Normal file
7
test/asm/opt-Q.err
Normal file
@@ -0,0 +1,7 @@
|
||||
warning: opt-Q.asm(10) -> opt-Q.asm::REPT~1(12) -> opt-Q.asm::test(5): [-Wlarge-constant]
|
||||
Magnitude of fixed-point constant is too large
|
||||
error: opt-Q.asm(17) -> opt-Q.asm::test(3):
|
||||
Argument for option 'Q' must be between 1 and 31
|
||||
error: opt-Q.asm(18) -> opt-Q.asm::test(3):
|
||||
Argument for option 'Q' must be between 1 and 31
|
||||
error: Assembly aborted (2 errors)!
|
||||
Reference in New Issue
Block a user