• strcmp
    In the example provided here, the strings are of different. I just wanted to ask what happens when at some index the array elements differ as in char * str1 = "Hello"; and char * str2 = "Helio...
  • I'm back and this time I'm ARMed and Dangerous...
    It has been a long time since I have posted to this forum, but it looks like I will be making a comeback. A big "hi!" to one and all. Especially Andy Neil and anybody else who remembers me. I...
  • I'm going slightly mad.... :-) :-)
    Example from Keil: FarMemory, 16MB RAM on ADuC812 Add this declaration before void main (void): far long xyz, ghi ; long abc, def, jkl, mno; Add this in the endless loop: while (1) { abc...
  • I'm new to the IDE
    I've been using the DOS debugging tools for years and am finally converting to the uVision2. When debugging how do you change the Registers to the ones you want to see?
  • I'm building a robot :)
    Hi, I'm building a robot. It is modeled loosely after the Johnny5 robot from the movie Short Circuit. It will be about 3.5 meters tall and will have functional arms (2-degrees of freedom Shoulders,...