Amol Bhopale wrote:

Hi folks,
I am currently working on a project that needs some functions and interrupt handlers to be coded in assembly. I am using mspgcc and Insight debugger with TI's evaluation board revision 1.1 for msp430149. I need help or some documentation on how to code and add assembly files along with 'c' files in the project. Also my requirement is to call assembly routines from 'c' functions and 'c' functions from assembly routines.
Please help me on this problem.

docs are here: (ABI section)

http://mspgcc.sourceforge.net/manual/book1.html

example for makefile with asm

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/mspgcc/examples/gfx_lcd/makefile?rev=HEAD&content-type=text/plain

also not that im most cases you dont realy need separate asm files with mspgcc. you have inline assember and function attributes to do most tricks from a .c file.

chris

PS: no need to mark your mail as high prio, you dont get answers that way ;-)
and HTML mail is not needed neither, text only is fine.


Reply via email to