• ASM
    Hi everybody I am using uVision2. How can I add an asembler code to C project? Thanks Kobi
  • Passing variables from C to ASM
    How do we pass variables from 'C' program to an assembly part included in the same program? Kindly help.
  • Using a C-variable from ASM
    Hey guys I see there are numerous threads and support docs with mixing C + ASM. but I am still pulling hair out. I can get C to use a register I declared in asm eg: CODLO DATA 39D by using...
  • Calling ASM functions from C
    I'm using the uVision2 8051 eval version trying to see if it's worth leaving my normal asm enviroment. Natualy I have some asm functions that I would like to take with me, but I need to figure out how...
  • C51:how to write asm code for PWM speaker?
    i am a noob and learning 8051 coding. i want to know how can i use PWM to write a speaker which can emit diff sound (do,re,mi,etc.) by using 2 pins only. thanks.