llvm-m88k icon indicating copy to clipboard operation
llvm-m88k copied to clipboard

Improve assembler

Open redstar opened this issue 3 years ago • 0 comments

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.

redstar avatar Aug 13 '22 17:08 redstar