If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Machine code: Difference between revisions
Jump to navigation
Jump to search
(Spam removed) |
m (Reverted edit of 189.21.156.2, changed back to last version by 64.5.15.136) |
(9 intermediate revisions by 8 users not shown) | |
(No difference)
|
Latest revision as of 16:16, 9 September 2007
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.