• Interface a assambler prog. in a C-Prog.
    How Can I interface a assambler -file in a C-Code??
  • PROG. BURNER.
    RESPECTED THERE, I DESIGN SMALL LED INTERFACING PROG. IN KEIL MICRO VISION AND NOW I WANT TO BURN THAT PROG. IN MI uC THAT IS 89S51. SO I NEED HARDWARE TO LOAD THAT HEX FFILE INTO MY CONTROLLER.
  • about 89c2051
    i m programming 89c2051,with robokitts programmer,its programming but says verify failed at first byte,,,,,,,and can u give aprogram in which two conditional statements are there,if first satisfy output...
  • 89c2051 not booting
    Hello, I am developing a project on IR based remote control switch using 89C2051 uC. I am using Keil uV2 for compiling the code. I have tested my code on a different uC 89V51RD2 and it works fine...
  • asembly prog is not working
    RAM location 47 to 52 have data 1,2,3,4,5,6 average to be taken and result in reg r3 mov r1,#06h Counter mov b,#06h Divisor mov r0,#47h mov a,@ro L1 add a,@r0 inc r0 djnz r1,L1 div ab mov...