• Calling function in the same file
    When I paste my Buzzer code in the main(), it works. But when I made a buzzer() to have this function execute in the main(), it didn't work. However,I want to use the buzzer function to execute in the...
  • Convert ASM file to HEX file
    I looking for a file to convert from asm to hex file so I can load to the eeprom programmer. Right now I use the A51 with emp20 but I want to use the Willem Universal programmer.Because the Willem Programmer...
  • Splitting of ASM source files
    Hi! Is it possible to split an ASM source file and add them to a single project? Output should be one single hex file. All my attempts failed. Thanks in advance, Reinhard
  • C and Asm file Linker
    I writeing a C program for 8051, but I have a function in ASM file, can i link the ASM to C program and how. Thank You
  • need asm file
    Hi, I am new in c51 compiler, but I have a c source code file, and i need the asm file. How can I do it?