[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] C and AS programs - compiled together
From: |
Eric Weddington |
Subject: |
RE: [avr-gcc-list] C and AS programs - compiled together |
Date: |
Thu, 15 Mar 2007 16:34:02 -0600 |
> -----Original Message-----
> From:
> address@hidden
> [mailto:address@hidden
> org] On Behalf Of Grzegorz !Kubik
> Sent: Thursday, March 15, 2007 3:55 PM
> To: address@hidden
> Subject: [avr-gcc-list] C and AS programs - compiled together
>
> I am trying to combine part of software written in C with
> another part written in AS.
> Example is needed, how to:
> - call assembler procedure from C program,
> - define and use RAM buffer - common for C and assembler programs.
>
> I am using WinAVR, my target controller is AT90USB1287.
Did you look in the avr-libc user manual?