Implement opt Q for fixed-point precision, and q literals (e.g. 12.34q8) (#958)

Fixes #957

Co-authored-by: ISSOtm <[email protected]>
This commit is contained in:
Rangi
2022-09-05 00:47:32 +02:00
committed by GitHub
co-authored by ISSOtm
parent 889302a9e2
commit 98a6dffbca
20 changed files with 253 additions and 56 deletions
+3
View File
@@ -0,0 +1,3 @@
error: fixed-point-precision.asm(21):
Fixed-point constant precision must be between 1 and 31
error: Assembly aborted (1 error)!