Difference between revisions of "Machine code"
Jump to navigation
Jump to search
(Undo revision 288147 by Special:Contributions/HeroicFlyingCat (User talk:HeroicFlyingCat)) |
|||
| Line 1: | Line 1: | ||
| − | a | + | '''Machine code''' is a sequence of binary numbers that control a central processing unit ([[CPU]]). On very early computers, machine code was the language used to program computers. Since the 1960s, however, [[computer software]] is commonly written in a higher level language such as C, Java, [[FORTRAN]], and assembly language. |
| − | + | ||
| − | + | For many CPUs, Machine code is generated from assembly language 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]] | |
| − | + | [[category:software]] | |
Revision as of 18:31, September 7, 2007
Machine code is a sequence of binary numbers that control a central processing unit (CPU). On very early computers, machine code was the language used to program computers. Since the 1960s, however, computer software is commonly written in a higher level language such as C, Java, FORTRAN, and assembly language.
For many CPUs, Machine code is generated from assembly language via an assembler, or sometimes directly from higher level languages such as C.