Compiler definition in the game dictionary.

Started by
10 comments, last by __ALex_J_ 21 years, 11 months ago
quote:Original post by a person
because the reality is that object code is considered excutable to some extent by the cpu, even if the not directly by the OS.

This is incorrect. Object code is the result of a compiler, independent of whether it is machine language or not. If a compiler emitted Cobol (God forbid), then Cobol would be the language of the object code.

[ C++ FAQ Lite | ACCU | Boost | Python | Agile Manifesto! ]
Advertisement
When you(SabreMan) say that "Object code is the result of a compiler" does it have something to to with the following definition?

quote:Cambridge online dictionary
object (PURPOSE)
noun [C usually sing]
a purpose, desired result, or reason for doing something
The object of their expedition was to discover the source of the River Nile.
See also objective (AIM).


I guess it is clear but still complicated...

quote:Original post by a person
assmeble is a better description


Why is it called a linker then?

I have nothing agaist the word assemble. I simply find it confusing.

The "into machine language" part is also confusing since one could think that an object file contains no machine instruction.

This topic is closed to new replies.

Advertisement