Some ideas how to improve the assembler - [ ] Use `AsmOperand<"Reg">` with custom parser to parse registers. - [ ] Cleanup coding of `ParseInstruction()`. - [ ] Improve error messages by taking advantage of existing diagnostic class.
Some ideas how to improve the assembler
AsmOperand<"Reg">with custom parser to parse registers.ParseInstruction().