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
m (See also section made into a list.)
No edit summary
Line 5: Line 5:
==See Also==
==See Also==
* [[Assembly]]
* [[Assembly]]
[[Category:General Terms]]

Revision as of 21:49, 20 November 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