• combine assembler and C-code?
    How can i combine assmebler files and C code. How do i hand over the paramters in a function call? How must the function declaration look like in the headerfile? For example: application written in C...
  • combine assembler files with C code
    it seems that i made a mistake, while posting the message. I can't read the answers. So lets have another try! How can i combine assembler files and C code. How do i hand over the paramters in a function...
  • Combining C & Assembly
    Can anybody tell me how to combine both C and assembly in Uvision 3? I know something like we have to use SRC directive,asm and endasm for assembly. Suppose i want to perform some addition operation...
  • Combining C and assembly codes into one header file.
    Hi! At school we are going to have the final test in programming. Most of the class are really good at programming at C and Assembly therefore teachers allowed us to create universal header file...
  • Combining two assembly programs in a single 8051 chip
    I have to combine 2 assembly programs for my project. But, the problem is that both the programs are different and both are written in assembly. Both the programs start with org0000h and ends with 'end...