Displaying 3 results from an estimated 3 matches for "nasmprinter".
Did you mean:
asmprinter
2005 May 10
2
[LLVMdev] NASM Backend
Hi again,
I have put together a "blank skeleton" for a X86NASMPrinter class, with effectively the same behaviour as the X86IntelAsmPrinter class. I had to do this within the X86AsmPrinter.cpp file rather than as a separate source file as the dependancies were so. Please do not commit this yet, I have included it not for confidence sake :))
I do not know whether it i...
2005 May 10
0
[LLVMdev] Re: NASM Backend
..., or when/if I get commit permission to add the appropriate casts.
Aaron
----- Original Message -----
From: Aaron Gray
To: LLVM Developers Mailing List
Sent: Tuesday, May 10, 2005 5:26 PM
Subject: NASM Backend
Hi again,
I have put together a "blank skeleton" for a X86NASMPrinter class, with effectively the same behaviour as the X86IntelAsmPrinter class. I had to do this within the X86AsmPrinter.cpp file rather than as a separate source file as the dependancies were so. Please do not commit this yet, I have included it not for confidence sake :))
I do not know whether it...
2005 May 10
0
[LLVMdev] NASM Backend
On Tue, 10 May 2005, Aaron Gray wrote:
> I have put together a "blank skeleton" for a X86NASMPrinter class, with
> effectively the same behaviour as the X86IntelAsmPrinter class. I had to
> do this within the X86AsmPrinter.cpp file rather than as a separate
> source file as the dependancies were so. Please do not commit this yet,
> I have included it not for confidence sake :))
Ok...