Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Machine code: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
* [[Assembly]]
* [[Assembly]]
[[Category:General Terms]]
[[Category:General Terms]]
[[de:Maschinencode]]

Revision as of 18:57, 1 December 2005

Machine code is the lowest-level type of programming language. It is the actual program which is executed by a processor. Every processor model has its own machine code, although some processors are able to emulate others. Machine code is normally not used at all anymore, but it is sometimes useful when modifying the program part of a game. Machine code can be disassembled into assembly in order to make it easier to work with.

More non-ROM hacking specific information can be found at Wikipedia's machine language article.

See Also