Hi all, I'm very new to this software, please pardon me if i ask silly questions. I got some files written in assembly laguage (.a51 format), is it possible for me to convert these files into c code (.c extension)? If so, how? Many thanks. Regards, Tan
"is it possible for me to convert these files into c code" "Convert" is not really the word here. You will need to read the assembler files, understand what they're doing, and then re-implement that in 'C'. But why do you want to do it anyway? There is no problem in having a mixed Project containing both 'C' and assembler. "I'm very new to this software" What do you mean by that? Do you mean you alrady have experience with other tools, but not Keil? Or do you mean you are a complete novice to microcontroller programming?
Hi Neil, thanks for ya reply. I'm new to micro-controller programming, thanks for informing me abt the combined use of C and assembly language. Regards, Tan
http://www.keil.com/books/8051books.asp http://www.keil.com/support/man/docs/c51/c51_ap_ctoasm.htm and, of course, the uVision Getting Started guide!