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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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


List of 6 messages in thread
TopicAuthorDate
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      

Back to Subject List