|
From: | Michael Bellefeuille |
Subject: | [avr-gcc-list] Large chunks of Assembly |
Date: | Thu, 30 May 2002 16:18:31 -0400 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 |
Hi,I'm new to using avr-gcc before I was using CodeVision. I am trying to port over my old code to Linux to compile with avr-gcc. I have read alot of the documentation and newsgroups about how to do inline assembly, but it seems that everyone just write two or three lines of assembly using the _asm_ command. Is there a way of writing larger blocks of assembly? With the Codevision compiler I just used #asm and #endasm, and just stuck my block of assembly in the middle. Is there a similar way with avr-gcc?
Thanks, Mike avr-gcc-list at http://avr1.org
[Prev in Thread] | Current Thread | [Next in Thread] |