• Forum is Back Online
    The discussion forum is back online after a short outage due to some analysis changes we made to the site. Sorry for the inconvenience. Jon
  • I love online gaming
    I really like online gaming and I wondered if you like it as well? Maybe you could give me some tips on where I can find the best games online?
  • MCB2140 examples online?
    I have the MCB2140 kit but am missing the CD-ROM that came with it. I already have ARM7 development tools loaded on my machine so I would simply like to download examples for the demo board. Does Keil...
  • Free Online RFID Self Paced Courses
    Dear All, Signup here www.rfid4u.com/.../freeelearning.asp for free RFID basics and RFID & UID/DOD Compliances e-learning courses. RFID4U is a world leader in vendor neutral RFID learning solutions;...
  • online asm in c51, what is the matter?
    I use this code: #include <reg52.h> void main(void) { unsigned char data x8,x9,x10; while(1) { x8 = 0; x9 = 9; x10 = x8 + x9; __asm CLR A; } } and the SRC file is look like this, I think...