Jakub, Richard, thank you for your feedback! > I wonder if it %{ and %} shouldn't be better handled in final.c > for all #ifdef ASSEMBLER_DIALECT targets, rather than just for one specific.
I moved %{ and %} cases to output_asm_insn in final.c > Also: > *(p + 1) > should be better written as p[1] (more readable). Fixed. I also documented new escapes. Could you please have a look? -- Maxim Kuznetsov
curly_braces_20130429.patch
Description: Binary data