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 |
|
Rangi
|
14e6a79adc
|
Deprecate the old macro syntax (#1025)
Fixes #1011
|
2022-08-28 15:22:21 -04:00 |
|
Rangi
|
3741bd4617
|
Speed up the div-mod test case
Test various explicit cases, not nested `for` loops
over thousands of cases
|
2021-03-31 09:37:23 -04:00 |
|
Rangi
|
5fd636ac4b
|
Implement floored / and divisor-sign % operators (#745)
Fixes #703
|
2021-02-21 16:14:44 -05:00 |
|