Suggest removing space before colon to define a label instead of invoking a macro

This commit is contained in:
Rangi42
2025-09-24 18:32:45 -04:00
parent ca4b890273
commit b0727e9779
3 changed files with 12 additions and 4 deletions

View File

@@ -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 ::