• Passing parameters to printf()
    I need to be able to pass parameters to printf from another function. What I have so far works for some data types, but not character buffers, aka strings. Here is what I have that does not work. The...
  • Parameter passing from C to assembler in RealView
    Hi, I am new to ARM. I have an assembler function (declared in assembler RealView) that is invoked in a C file by the C language convention. How can I pass arguments from this function invokation...
  • Parameter passing from Assembly to C functions
    Want to know about the parameter passing mechanism from assembly to C function, for that I have gone through the doc www.keil.com/.../c51_le_passingparmsinregs.htm. Is the information given is...
  • How to pass argument to assembly file?
    Hi, I want to assemble a certain portion of my *.a51 file based upon some argument that I pass from the command line or the GUI (Options->A51->SET). When I pass the argument/symbol by writing...
  • Problem with passing parameters
    Hey guys, I've got a huge problem with passing arguments to an invoked function. It just doesn't work, at least sometimes... I can't figure out why this could possibly happen, but it does. My application...