llvm-m88k
llvm-m88k copied to clipboard
Improve assembler
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.