• passing function pointers as parameters
    Hi, I have written a simple 8051-application using uVision2 V2.37. I have defined a function which expects a pointer to a function which is then saved in an array of function pointers: int registerFunction...
  • Passing > 4 Parameters to Function
    Greetings: Here is an odd one that I hope someone can point out the obvious thing I am doing wrong. In the accompanying extremely simplified source code, compiled with uVision3 V3.12a, I am just calling...
  • Calling functions & passing parameters from ISR
    Hello, I am having two problems which I think are pretty much related to each other: Problem 1: passing parameters to function called from ISR I am invoking a function from ISR. To this...
  • 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 c file to assembly file
    How can I pass parameters from C file to assembly file in C167CR.if i call a function(in inline assembly ) from c file and pass parameters then if i use that parameters in assembly how i can alocate the...