• Combining C and assembly codes
    Would appreciate if someone can tell/show me how to combine C and assembly code in the Uvision 2?
  • 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...
  • 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 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...
  • combine two hex file ?
    How can I combine two hex files as one to code memory so that the first part starts from 0x0000 and the other one from 0x8000 to 0xFFFF? I use P89C51RD+ and Keil uVision 2. Is it possible to add one hex...