[LLVMdev] X86AsmPrinter + MASM and NASM backends

Andrew Lenharth andrewl at lenharth.org
Mon Jul 11 14:56:07 PDT 2005


On Mon, 2005-07-11 at 19:24 +0100, Aaron Gray wrote:
> The NASM like the MASM does not have % symbols on the register names so will 
> either inherit from the MASM printer or have its own TableGen class.

Couldn't one conditionally output some macros for the assembler to
translate the reg names rather than having another .td file?  or is '%'
not a valid part of a macro on NASM?

Andrew




More information about the llvm-dev mailing list