• display calendar time
    Good morning, Can you give me some advice about displaying calendar time (seconds,minutes and hours after midnight )? What function returns current calendar time (for Cx51)? Thank you very much...
  • Manipulating call tree for data overlay...
    Hello. Is there any way to simplify the call tree manipulation in linker..? (Scripting kind of) My code has number of function calls through pointers. The functions are divided in few main groups...
  • 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...
  • 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...
  • 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...