• adding two string
    hi i just wanna know how to add two strings together? ll anybody help me?
  • How recieve string into controller
    Hi everybody! I work with Keil C251 uVision2. in my programm i want to recieve string into controller. i have an array of characters incom[20] , which i use as a buffer for recieving string. i recieve...
  • Pass Strings for debug Command
    Howdee I'm trying to create a UART Debug Function in which i can pass it some parameters 1 of them a string or array of data I've tried then following but none of them work FUNC void UARTinput...
  • how to add the two numbers in this controller
    sir , i want to add to data from the external memory. so i need correct format for this controller XBYTE[0x1234] = 0x55; XBYTE[0x1245] = 0x11; how to add this data and save it to another...
  • 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...