You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that Global: and .local labels are both column-independent, it should be possible to unambiguously lex and parse multiple labels per line. This would avoid surprise based on an implementation detail of the parser rules, and would allow use cases like these:
MyColor: MyColour: dw$7fff
ZeroFill:xor aFill: .loop ld [hli], adec c jr nz, .loopret
MyData: MyDataRow: my_data_macro "-" MyDataRowEnd: my_data_macro "A" my_data_macro "B" my_data_macro "C"; data size is MyDataRowEnd - MyDataRow
The text was updated successfully, but these errors were encountered:
Based on leaderjord's question on Discord.
Now that
Global:
and.local
labels are both column-independent, it should be possible to unambiguously lex and parse multiple labels per line. This would avoid surprise based on an implementation detail of the parser rules, and would allow use cases like these:The text was updated successfully, but these errors were encountered: