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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/28/03 12:11
Read: times


 
#37479 - RE: SDCC / ASLink - Warnings
Add the following startup code . This is
needed if u need to initialise
differently. Just use "return 0" to have
a default startup .

unsigned char _sdcc_external_startup()
{
return 0;
}
void main(void)
{
.........
...
...
..
}

Njjjjoy !
karthik bala guru
sdcckarthik@yahoo.com

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