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.

Hexadecimal: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
=== Converting Decimal values to Hexadecimal values ===
=== Converting Decimal values to Hexadecimal values ===
{{stub}}
{{stub}}
[[de:Hexadezimal]]

Revision as of 17:27, 13 November 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.

Working with Hexadecimal Numbers

Converting Decimal values to Hexadecimal values

So very stubbly.
This page is rather stubbly and could use some expansion.
Are you a bad enough dude to rescue this article?