Rangi
|
c49a7d1e2f
|
Make CLI and OPT options -p and -Q more consistent (#1834)
|
2025-09-20 13:54:28 -04:00 |
|
Rangi
|
5f8b7474b4
|
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
|
2025-08-11 14:30:14 -04:00 |
|
Rangi42
|
14b72222b1
|
Remove the deprecated -H/-h/-L/-l options
|
2024-03-28 17:26:42 -04:00 |
|
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 |
|