From: John M. <ato...@gm...> - 2012-05-01 04:17:55
|
On Sun, Apr 29, 2012 at 10:46 AM, Nicklas Bo Jensen <nbj...@gm...>wrote: > Hi, > > I have successfully been able to compile your testcases > (/avr-llvm/testcases/*.ll) to something looking like valid avr assembler. > > How should I test/simulate the assembler? I get errors when trying to > simulate the generated assembler in AVRStudio. Perhaps they use a different > assembler? > > avr-llvm produces GNU assembler syntax, which is different then the Atmel assembler syntax. Eventually we could support multiple asm syntax's like the X86 target does. |