597 bytes added
, 03:01, July 24, 2007
'''Machine code''' is a sequence of binary numbers that control a centeral processing unit([[CPU]]). On very early computers, machine code was the language used to program computers. In modern times, however, [[computer software]] is usually written in a higher level language such as C, Java, Fortran, and assembly language.
For many CPUs, Machine code is generated from assembly langauge via an assembler, or sometimes directly from higher level languages such as C.
== External links ==
*[http://computer.howstuffworks.com/microprocessor.htm How Microprocessors Work]
[[Category:Computers]]