Document "Spaces between label and colons" in rgbasm-old.5
Closed this issue · 2 comments
Rangi42 commented
I thought this would count as a mere syntax bugfix, but it's turned up a couple of times (e.g. in pokegold-spaceworld and some project used to have a Label: :), so may as well document it.
(Be sure to check when we added :: as its own token.)
Also, unrelated, but the heading "LDHL, SP, e8" should be "LDHL SP, e8".
Rangi42 commented
Heck, maybe we should document add r16 and add sp for add hl, r16 and add hl, sp too. Or even = for set as an instruction. The line between "fixed bug" and "removed feature" is blurry, and people do whatever silly thing is technically possible. :P
vulcandth commented
Maybe I'll go around and start upgrading random RGBDS repos to 0.9.0 and document all the weird stuff people do that need to be fixed. lol.