鏈接腳本

第一段程序: helloword.c #define UFCON0 ((volatile unsigned int *)(0x50000020)) void helloword(void){     const char* p = "helloword\n";     while(*p){         *UFCON0 = *p++;     };     while(1); } UFCON0表
相關文章
相關標籤/搜索