Rangi
|
5f8b7474b4
|
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
|
2025-08-11 14:30:14 -04:00 |
|
Rangi
|
5e43ece578
|
Remove errx and errors.hpp (#1737)
|
2025-07-09 11:04:23 -04:00 |
|
Rangi
|
4c916b8da8
|
Parser refers to "symbol"s, "label"s, and "local label"s, not "identifier"s (#1652)
This better matches how the lexed tokens are discussed in rgbasm(5)
|
2025-02-06 18:01:33 +01:00 |
|
Rangi
|
cee3d1c859
|
Add more test coverage for RGBASM (#1256)
This also fixes two bugs: `-1 >>> 32` was -1 not 0, and `macro_FreeArgs` should have been called but wasn't.
|
2023-11-29 15:16:05 -05:00 |
|