Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

Machine language

From DocForge

This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page.

Machine language is the set of valid statements a hardware device can be programmed with.

In modern computing it's rare for a programmer to directly give instructions to a device at its basic level. Higher level languages are compiled into a machine-specific language. Therefore, the phrase "machine language" is typically applied to the format a program has in computer memory at execution time, that is, the list of values in memory that the CPU is reading/executing.

The set of those valid statements that forms a machine language, when translated to text form, becomes the basis for the assembly language of the device.


[edit] See Also

Do you have information or insights to contribute to this article? Please feel free to edit this page. Ask questions or contribute to the discussion on this article's talk page.