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.
Hexadecimal: Difference between revisions
Jump to navigation
Jump to search
(Created article, only slightly more than a link to wikipedia.) |
m (Using new {{moreinfo wikipedia}} template.) |
||
Line 1: | Line 1: | ||
'''Hexadecimal''' or '''base 16''' is a number system which uses the numerals 0-9 and letters A-F or a-f to represent digits. It is commonly used in ROM hacking, since it provides an easy way to write the [[binary]] numbers used by computers. Often representing numbers as [[decimal]] is either unwieldy and meaningless in the case of [[Pointer|pointers]] or obscures the meaning of data stored in bits. For example, a [[byte]] could be used as eight true/false flags, but reading the same [[byte]] as a [[decimal]] number would be meaningless. | '''Hexadecimal''' or '''base 16''' is a number system which uses the numerals 0-9 and letters A-F or a-f to represent digits. It is commonly used in ROM hacking, since it provides an easy way to write the [[binary]] numbers used by computers. Often representing numbers as [[decimal]] is either unwieldy and meaningless in the case of [[Pointer|pointers]] or obscures the meaning of data stored in bits. For example, a [[byte]] could be used as eight true/false flags, but reading the same [[byte]] as a [[decimal]] number would be meaningless. | ||
{{moreinfo wikipedia|page=hexadecimal}} | |||
{{stub}} | {{stub}} |
Revision as of 21:32, 21 September 2005
Hexadecimal or base 16 is a number system which uses the numerals 0-9 and letters A-F or a-f to represent digits. It is commonly used in ROM hacking, since it provides an easy way to write the binary numbers used by computers. Often representing numbers as decimal is either unwieldy and meaningless in the case of pointers or obscures the meaning of data stored in bits. For example, a byte could be used as eight true/false flags, but reading the same byte as a decimal number would be meaningless.
More non-ROM hacking specific information can be found at Wikipedia's hexadecimal article.
This page is rather stubbly and could use some expansion. Are you a bad enough dude to rescue this article? |