mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
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
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
SECTION "Label testing", WRAMX
|
||||
|
||||
Lab:
|
||||
@@ -7,7 +6,7 @@ SECTION "Label testing", WRAMX
|
||||
|
||||
: ; anonymous
|
||||
|
||||
mac: MACRO
|
||||
MACRO mac
|
||||
println "\1"
|
||||
ENDM
|
||||
mac :
|
||||
|
||||
Reference in New Issue
Block a user