??? 05/14/10 14:18 Read: times |
#175902 - :: or .globl Responding to: ???'s previous message |
Hi Erik,
more info is here: (search for the terms "::" or "global") http://sdcc.svn.sourceforge.net/viewvc/sdcc/trunk/asxxxx/asxdoc/asmlnk.doc?view=markup or if you don't trust the docu you could do sdcc -c sample.c and look at sample.lst. int i; static int k; (With SDCC I found using inline assembler code instead of separate assembler files more attractive. With Keil I found it the other way round. Personal view.) |