Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

source code asm?

Status
Not open for further replies.

mereally

Technical User
Oct 21, 2001
4
0
0
US
Is it posible to get any assembly souce code on the compilers?
 
That depends on the compiler. Look at the compiler's manual or whatever documentation to see if it supports it, and to determine what you need to do to have the compuler generate an .asm file instead of an .obj file. "Information has a tendency to be free. Which means someone will always tell you something you don't want to know."
 
Dissassemble the compiler. Leaves you without any commenting but that is half the fun.
 
Hmm... Can you please rephrase the question?

Do you want:
How to make the compiler generate a .asm file from a HLL source file?
How to get a compiler's source in .asm? "Information has a tendency to be free. Which means someone will always tell you something you don't want to know."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top