Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/08/01 19:07
Read: times


 
#10683 - RE: SDCC / ASLink - Warnings
Hi again,
got the compiler working now. But now there is a new problem. If I use local variables in SDCC I can“t find them in the ASM, eg.
in C:

main()
{
int n;
n++;
}

in ASM then:

main 22 ret

If I use global variables it works fine.
Can someone help me?

thx

List of 7 messages in thread
TopicAuthorDate
SDCC / ASLink - Warnings            01/01/70 00:00      
RE: SDCC / ASLink - Warnings            01/01/70 00:00      
RE: SDCC / ASLink - Warnings            01/01/70 00:00      
RE: SDCC / ASLink - Warnings            01/01/70 00:00      
RE: SDCC / ASLink - Warnings            01/01/70 00:00      
RE: SDCC / ASLink - Warnings            01/01/70 00:00      
RE: SDCC / ASLink - Warnings            01/01/70 00:00      

Back to Subject List