• passing array to inline assembly
    i am sending details of my problem,i want to send array values stored in c function to inline assembly created in separate file .i have array declared in main file as extern like below extern unsigned...
  • Inline assembly in function definition to add two values
    Inline assembly in function definition to add two values passing to the function as arguments Would appreciate if someone can tell/show me how to create a variable in assembly. I'm having a small...
  • If my UART driver returns a capability as false, does it mean the hardware is not capable?
    I need a timeout event for my UART receiver. I followed guide to get the capabilites of the driver. It returned false for Event Rx Timout. Does this mean that the µC is not capable of it? In my case it...
  • passing array values to in line assembly
    i have problem with passing array values from c to inline assembly pls help me &also reciving values from inlineassembly
  • Function including inline assembler
    Hi, all. I'm making loop counter using inline assembler in C51.(attach file ) I'm trying use variable that decleared in C language. But when I build, variable name changed in SRC file. ( "uint8_t...