• plz explain!!
    Thank you sir...... But can u clarify me whats the difference between port P0 and pins of P0 I maen when we see the output of my program in port P0 we have two things: P0: pins: Whats does both...
  • explain this coding
    Explain this coding with anyone example.... eecon1: push 00h push 01h mov a,49h mov b,#0ah mul ab add a,48h mov b,#3ch mul ab mov 70h,a mov r0,b cjne r0,#00,gothr sjmp gothr1 gothr: mov a,r0 gothr1...
  • explain with program
    Thanks , but we have to specify idata in the program or write the address of internal data plz explain with one example still lot of confusions thts why thanks
  • code explaination
    Hi can anyone tell me the basics of what this code is doing? I know it is writing to eeprom but is it writing a byte at a time and incrimenting the address? EECSN is the eeprom pin. #define...
  • USBSER.SYS quirks explained
    Hi, I have been wrestling with Microsoft USBSER.SYS as my host driver for an MDK-PRO based Atmel project. We are using the USB CDC ACM middleware from Keil. (4.73 source) I have determined a...