• HOW .... to include library C51s.lib ???
    I am doing inline assembly. All works except unresolved external. OK I KNOW WHY. BUT HOW DOES ONE INLCUDE THE MISSING LIBRARY IN THE IDE ? Specifically, what dialog, what text to enter where...
  • Accessing and manipulating external variable
    hai all, i am doing small programs for how do we accessing and manipulating external variable data from assembler file(A51 file). i have declared one external variable in another file like extern...
  • how to manipulate values at the ports
    can i manipulate the values at the port pins individually,, i.e., if i want the 6th pin of port0 to be high, can i assign 1 to that particular pin, without disturbing the other port pin values??...
  • Array and Long manipulations
    Hi everyone, I have an array eg: command[9] = {0x3C , 0x4A , 0x33 , 0x25 , 0xB1 , 0xD3 , 0x59 , 0x34 , 0x2E } the last 4 byte is the value (in hex) that I need to manipulate, let say increment...
  • Array and Long manipulations 2
    Hi everyone, Regarding to my previous post: http://www.keil.com/forum/docs/thread4443.asp I manage to write a code to suits my needs, the code more likely like this: command[9] = {0x3C...