954,341 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Question? Dont know the answer? does nayone Know?

True or False, with Justification: " The compiler writer is intimately aware of the details of the processor implementation?"

Thermalnuke
Junior Poster in Training
76 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

False. Compilers generate machine-neutral code. This is then (usually) passed to an assembler or machine-code generator. In modern systems, the code is compiled to ELF (Executable and Linkable Format) code, which the linker converts to the appropriate system machine code when generating the executable image.

rubberman
Posting Virtuoso
1,562 posts since Mar 2010
Reputation Points: 277
Solved Threads: 179
 

agreed, would seem to be solved?
M

mjdodd
Posting Pro
591 posts since Sep 2007
Reputation Points: 36
Solved Threads: 53
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You