• store data in C lang..
    Hi everyone, I've some problem storing the data in register on C lang. My SBUF was stored with some data and i want to view what data was inside. I want to store my SBUF value into R0 but i not sure...
  • How to combine CODE and XDATA class segments?
    I am writing in C51 for Cypress EZ-USB device, that has 8KB of flat memory - that is, data and code fetches read the same memory. How can I specify this in complier or linker options? Currently, when...
  • 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 & 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...