This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

asm compilation

for at89c2051 what steps should be followed to compile .asm files and get hexcode? i looked the help menu and couldnt get it. i too searched for the topics at other posts. there were articles related to asm coding and not steps for compilation. similar is the case with help menu too.

Parents
  • to compile .asm files
    ... is that you can not 'compile' a .asm file, assembler files are not 'compiled'. Neither can you assemble a .asm file with Keil; However, you can assemble .a51 files with keil.

    This 'smells' like you are trying to assemble some downloaded code with an assembler it is not written for.

    Erik

Reply
  • to compile .asm files
    ... is that you can not 'compile' a .asm file, assembler files are not 'compiled'. Neither can you assemble a .asm file with Keil; However, you can assemble .a51 files with keil.

    This 'smells' like you are trying to assemble some downloaded code with an assembler it is not written for.

    Erik

Children