(Answer) (Category) ImageCraft Products FAQ-O-Matic :
Mixing C and ASM
The C compiler generates asm file. Usually <project name>.s

To write in asm:

 - the file must end with .s
- read the help file on "Calling Convention and Assembler Interface." It tells you which registers you can use and pass between functions
- read the help file on "Assembler Directives." It tells you which directives are acceptable.

We recommend that you take look at some examples under \iccv7avr\examples.12. Some of them contain asm files. It should give you an idea of the general asm file format.

richard@imagecraft.com

[Append to This Answer]
Previous: (Answer) Where is my order? -- When should I expect my order to arrive?
This document is: http://www.dragonsgate.net/cgi-bin/FAQ/fom?file=202
[Search] [Appearance]
This is a Faq-O-Matic 2.721.
This FAQ administered by Richard Man