| ??? 09/09/02 23:06 Read: times |
#28923 - C and inline assy using keil Sw (Again) |
Code:
#include <stdio.h> void main(){ #pragma asm mov a,#25; #pragma endasm while(1){ } }//end main I set the SRC (under options) then compiled the code. The Compiler returns "Unresolve external symbol" what am I doing wrong? should I be able to use uVision2 to verify the results in the acc? thanks Spencer |
| Topic | Author | Date |
| C and inline assy using keil Sw (Again) | 01/01/70 00:00 | |
| RE: C and inline assy using keil Sw (Again) | 01/01/70 00:00 | |
| RE: C and inline assy using keil Sw (Again) | 01/01/70 00:00 | |
| RE: C and inline assy using keil Sw (Again) | 01/01/70 00:00 | |
| RE: C and inline assy using keil Sw (Again) | 01/01/70 00:00 | |
RE: C and inline assy using keil Sw (Again) | 01/01/70 00:00 |



