Rangi
|
98a6dffbca
|
Implement opt Q for fixed-point precision, and q literals (e.g. 12.34q8) (#958)
Fixes #957
Co-authored-by: ISSOtm <eldredhabert0@gmail.com>
|
2022-09-05 00:47:32 +02:00 |
|
ISSOtm
|
97c326942f
|
Warn about automatic instruction alterations
Step 1 of #986
|
2022-05-21 21:49:07 +02:00 |
|
Rangi
|
e9bfe849ad
|
Allow OPT to toggle -h
|
2021-05-02 11:06:53 +02:00 |
|
Rangi
|
665eb916a2
|
OPT L acts like -L and *dis*ables optimizing LD to LDH
Fixes #867
|
2021-05-02 11:06:53 +02:00 |
|
Rangi
|
d43408f4f3
|
Allow OPT to modify -W
Warning flags are processed individually;
PUSHO and POPO (re)store all the warning states.
|
2021-04-18 00:11:18 +02:00 |
|
Rangi
|
2c30ab8731
|
Allow OPT to modify -L
-L is a Boolean flag option, so you specify 'OPT L' or 'OPT !L'.
|
2021-04-18 00:11:18 +02:00 |
|