• problem with 8052 addtion
    Hi, please look into this code Code: #include "REG52.h" #include "intrins.h" void main() { long int data1 = 0xFF000000; char shift = 0xA0; data1 = _lrol_(data1,8); data1 = data1 & 0xFFFFFF00;...
  • problem with 8052 addtion
    Hi, please look into this code Code: #include "REG52.h" #include "intrins.h" void main() { long int data1 = 0xFF000000; char shift = 0xA0; data1 = _lrol_(data1,8); data1 = data1 & 0xFFFFFF00;...
  • Simulate 8052 microcontroller with keiluVision3
    Hi, I would like to debug a piece of source code based on 8052 microcontroller, the code is following: MAIN: MOV T2CON, #02h MOV tl2, #0FBh MOV th2, #0FFh MOV RLDL, #0FBh MOV RLDH, #0FFh...
  • Simulate 8052 microcontroller with keiluVision3
    Hi, I would like to debug a piece of source code based on 8052 microcontroller, the code is following: MAIN: MOV T2CON, #02h MOV tl2, #0FBh MOV th2, #0FFh MOV RLDL, #0FBh MOV RLDH, #0FFh...
  • interfacing of 8052 microcontroller with EEPROM at24c04
    i wanted to know how does one interface a 8052 microcontroller with the EEPROM at24c04. i want the circuit diagram and the program(not in c) for the same. your help would help me greatly in my project...