Rangi
|
28358b55fe
|
Separate multiple instructions per line with :: (#1210)
|
2023-11-05 19:13:33 +01:00 |
|
Rangi
|
46e67ee078
|
Remove deprecated RGBASM features (#1215)
- Escaped commas "\," inside strings
- `name: MACRO` syntax
- `__FILE__` and `__LINE__`
- `-H/--nop-after-halt` and `-l/--auto-ldh` on by default
|
2023-11-04 23:22:46 +01:00 |
|
Rangi
|
14e6a79adc
|
Deprecate the old macro syntax (#1025)
Fixes #1011
|
2022-08-28 15:22:21 -04:00 |
|
Rangi
|
f82603f196
|
Lowercase "error:" in -Werror output
|
2021-11-20 11:21:46 +01:00 |
|
Rangi
|
953f79c0d9
|
Support 'MACRO mac' as well as 'mac: MACRO' for defining macros
The new syntax is used in documentation, but
the old syntax is not yet deprecated.
|
2021-02-25 04:42:35 +01:00 |
|