• important
    hi, i'm having problems using timers in AT89C51. I have a timer in an interrupt handler routine. As soon as the "output" variable gets a rising edge, the program enters in the interrupt handler routine...
  • important
    hi, i'm having problems using timers in AT89C51. I have a timer in an interrupt handler routine. As soon as the "output" variable gets a rising edge, the program enters in the interrupt handler routine...
  • Importing assembler code
    Hello, everybody I make a program for LPC1754 and trying to include helix mp3 codec - library. The compilers gives me errors with one of the files (assembly.h) that inline assembler is not permitted...
  • Importing constants
    How to import to a *.c file a constant defined in a *.asm file with EQU directive ?
  • important bug
    void main ( void ); { /************************************ * * * Define a variable i * * * ************************************/ unsigned int i; /************************************ * *...