• 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...
  • 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...
  • 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...
  • String tokenizing
    I need to extract eight values from a string I'm receiving from my serial port. I have the following code: unsigned char xdata *p_ch; unsigned int xdata ch = 0; // Get command p_ch = strtok( com_buffer...
  • Token-pasting ("##") with armcc 5.06
    I'm in the process of porting a lot of code originally written for the C51 compiler. The code makes extensive use of the "##" token-pasting feature. Explanation: http://www.keil.com/support/man/docs/c51...