Technical Support

GENERAL: DOES THE COMPILER COME WITH AN ASSEMBLER?

QUESTION

Do the C166, C251, and C51 compilers come with an assembler? If so, where is it?

ANSWER

Yes. All Keil C compiler kits include an assembler. They are located in the \BIN subdirectory. The C161/C166 assembler is called A166.EXE. The C251 assembler is A251.EXE and the C51 assembler is A51.EXE.

In addition, all three C compilers possesses the capability, through "#pragma SRC", to generate assembler code from a C source that can be assembled as-is with the assembler.

See the source control directive, SRC, in your C compiler manual for further information.

Last Reviewed: Sunday, May 16, 2004


Did this article provide the answer you needed?
 
Yes
No
Not Sure