| Author |
Message |
|
|
Posted: Aug 30, 2007 - 09:43 PM |
|

Joined: Aug 30, 2007
Posts: 1
|
|
I'm a total newbie at AVR32 Studio. If it is possible, how do I get an assembly language file to build in an AVR32 managed make C project? I've been looking all over for information in the AVR32 Studio help files and this forum and have not gotten any hits on including assembly language files.
Thanks! |
|
|
| |
|
|
|
|
|
Posted: Aug 30, 2007 - 10:05 PM |
|

Joined: Jul 17, 2007
Posts: 46
Location: Slovakia, Zilina
|
|
You can try something like this: asm("mov r9,524288");
Maybe exists direct way using "avr32-as.exe" which is avr32 assembler. |
|
|
| |
|
|
|
|
|
Posted: Aug 31, 2007 - 08:53 AM |
|

Joined: Jun 26, 2007
Posts: 72
|
|
|
|
|
|
|
|
|