Klaas-Jan Stol schrieb:
hi,attached a patch that adds ".label" as a directive to declare labels in a macro.
Applied in r21624.
The big overall cunning plan is to remove ".local" for this purpose (defining labels), and to use ".local" ONLY for declaring variables.Then, once all ".local" (in macros) are replaced by ".label", we can start replacing ".sym"s by ".local", so that ".sym" can be removed from the lexer.
Shouldn't that be '.macro_local' or something like that ? CU, Bernhard