• Make .TXT on .ASM
    I need to make an .asm program to save some values in a .txt file. Using C would be much easier, although I cant use it this time. Any idea how to do it?
  • uVision access defines from .h file in .s asm file
    Hello all,I have looked through the forum and did not find the solution for the issue. The problem is: ______config.h______ #define CFG 1234 _______ ______start.s_______ ... VAR EQU CFG...
  • Make File :
    Hello , some one help.... What "make" utility does keil uses? Is it possible to edit the make file of a project???
  • Error in linking C files with asm
    While linking an asm file with C files,I got an error a51 table.asm -o table .and the error is "NON NULL ARGUMENT EXPECTED"...can anyone help me.
  • 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...