mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Suggest removing space before colon to define a label instead of invoking a macro
This commit is contained in:
@@ -23,6 +23,6 @@ Label2: ld d, 4
|
||||
; and a label definition when already defined as a macro
|
||||
mac: ld e, 5
|
||||
|
||||
; the space before the colon matters!
|
||||
; the space before the colon matters! the space before the macro does not
|
||||
undef :
|
||||
undef :
|
||||
undef ::
|
||||
|
||||
Reference in New Issue
Block a user