• C51.EXE doesnt execute ??!!
    I have C51 v5.5 installed on notebook and WIN-ME. Compiler works without any problems since yesterday. When I write C51.EXE in command line nothing happend. example: C:\>C51.EXE <cr> C:\> Cursor...
  • Re:Re code does not execute properly
    the following code is an IAP routine in assembly being called from a c source : The return path is not found by the assembly function. #include <REG51F.H> extern void led_wr(unsigned char x); extern...
  • small changes code doesnt work...
    Hello All, I am having a few problems using a few assembler directives from today morning. I had a lcd routine program.Its working fine and I have been using this for past 1 year. Now to make...
  • My Arm doesnt interrupt
    Hy, i have bought a ADuC7126 Eval-Board. There is a Switch for IRQ0 on P0.4 and an LED on P4.2 to VDDIO. I've studied the example XirqTest.c and tried to make the LED toggle each time the switch ...
  • serrial output doesnt work
    HI all together first: sorry for my bad english, i hpe i can explain my problem good enough... I try to send some data to the serrial port. ive take an example from a book and make some changes...