• 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.
  • Does Mikro Prog Programmer work with Keil
    Hi, i am working on LM3S9B92 microcontroller. i want to buy Mikro Prog Programmer&debugger. does it work with keil? thank Raja Rao.
  • How to write prog. in GCC
    Hello friends Up till now i have used Keil compiler to write code for LPC2148 Now i want to write code in GCC compiler I never tried GCC compiler to write code for LPC2148 Is there any...
  • 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...