• Could not pass argument in register
    Hello to everyone I have problem with passing argument in register I have 3 functions, The first and the second is ok and they use only R7, A ,B in function body and argument is passed in register...
  • ARM different array size by complier
    I faced the wired situation. I have two questions. I declared the global variable of structure array type as below. A_TYPE gstXXXX[16]; Then, two functions wanted to look for the address of...
  • how to pass the arguments to the Realview Debugger
    Note: This was originally posted on 1st June 2010 at http://forums.arm.com After loading the image, set type "ARGUMENTS 'a b c d' " in the cmd pane in RVDS. But when program ran into the function int...
  • Token passing with more then one argument
    What's to be done for a substitution with more than one argument? Next line NewStatus(Act, state1) should be substituted to if(ActSaved.bits.state1 == SET) Macro definition (not...
  • 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...