yeah, i know it accepts it, but that doesn't make it right ;)
thanks for the tip about no-aliases! i had no idea. i don't suppose there's an option to allow me to write arm-ual-style `add a1, a0` instead of `c.add a1, a0` or `add a1, a1, a0`, is there? because in the first case i can't assemble it without rvc, and the second case is annoying
i guess i should write my own assembler instead of whining
The assembler accepts either syntax:
Also, objdump will print them as `addi` if you give the `-Mno-aliases` option.