Talk:Hex Editing - Guide

From Heroes 3 wiki
Revision as of 16:34, 15 September 2024 by Turnam (talk | contribs) (→‎0x0 is decimal 1: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

0x0 is decimal 1

"A common mistake is to assume that 0x00 is the same as our human 0. In most (but, surprisingly, not all) cases, the code uses zero-based numbering, i.e. 0x0 is decimal 1, 0x1 is decimal 2, etc. " What do you mean by that? Just that list indices start at 0, and not at 1? If so, that's just confusing to write it that way. --Turnam (talk) 16:34, 15 September 2024 (UTC)