Am 06.12.2002 22:52:57, schrieb Mark Stokes <msto...@sponsler.com>: > that I didn't find the #define problem I was having anywhere in the Docs. I > had printed and read multiple times the pages that Chris suggested long > before I wrote the original inquiry.
i have not seen that mentioned explicitly neither, but think of the typical steps in c compilation: input->preprocessor->compiler->assembler->linker because of that, i would not expect that the preprocessor is working for asm, as it does not touch strings and the asm("xxx") _is_ in strings. > I do not know where "doc.txt" is located. It didn't install on my win32 > installation. I did read over the docs you have online and learned quite a > bit from them (ie. Register usage/allocation for functions which I am its in the msp430-libc directory. here's the latest online for non CVS users (one line). http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/mspgcc/msp430-libc/doc/doc.txt?rev=HEAD&content-type=text/plain the webpage was extracted from a earlier version of this document. chris