Reply by Dmitry July 24, 20032003-07-24
yes, you can mix C and Assembler with gcc (gnu tools). However, you cant
mix 
iar's and gnu binaries cause of different regs allocation scheme.
documentation and examples are available through mspgcc.sf.net.

~d



On Wednesday 23 July 2003 12:38, scientist_emiel wrote:
> Hi
>
> I am currently using the IAR Workbench (Kickstart package) to develop
> code for the MSP430F147.  The project consists of a main C routine
> and a number of Assembler functions called by this main routine.
>
> As you all know, the Kickstart linker can only handle about 2k of C
> code which is quite limiting.  The other option is to use GCC.  I
> would like to know if it is possible to mix C and Assembler with GCC
> as it is with the IAR compiler and where can I find a list of
> msp430-as directives?
>
> Thanks,
> Emiel
>
>
>
> .
>
>
>
> ">http://docs.yahoo.com/info/terms/

-- 
/*****************************************************************
     ("`-''-/").___..--''"`-._     (\   Dimmy
the Wild     UA1ACZ
      `6_ 6  )   `-.  (     ).`-.__.`)  State Polytechnical Univ.
      (_Y_.)'  ._   )  `._ `. ``-..-'   Radio-Physics Departament
    _..`--'_..-_/  /--'_.' ,'           Saint Petersburg, 
Russia
   (il),-''  (li),'  ((!.-'             +7 (812)
5403923, 5585314
 *****************************************************************/


Beginning Microcontrollers with the MSP430

Reply by scientist_emiel July 23, 20032003-07-23
Hi

I am currently using the IAR Workbench (Kickstart package) to develop 
code for the MSP430F147.  The project consists of a main C routine 
and a number of Assembler functions called by this main routine.

As you all know, the Kickstart linker can only handle about 2k of C 
code which is quite limiting.  The other option is to use GCC.  I 
would like to know if it is possible to mix C and Assembler with GCC 
as it is with the IAR compiler and where can I find a list of 
msp430-as directives?

Thanks,
Emiel