• 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 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?
  • newbie question (I'm an idiot)
    Hoping someone can help me with a question. I'm stepping up to the big league in development tools and I've never used a linker like this before. I'm converting some of my older assembly stuff to the...
  • 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,...
  • I have slightly corrected the code for Digital clock program using AT892051
    #include <AT892051.H> #include <stdio.h> #include <intrins.h> sbit DigitShiftregisterSerialPin=P1^0; /* Character to be transfered through thisbit in parallel*/ sbit DigitShiftregisterClockPin=P1...