Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
deater
2y ago
0 comments
Share
It's likely it's 3 bytes of BCD (binary coded decimal). It's a handy way of storing things like scores, especially on 6502 processors which have built-in BCD handling support.
0 comments
default
newest
oldest
hcs
2y ago
No BCD support on the specific chip used in the NES, though.
tom_
2y ago
Looks like it might be doing the bcd by hand. See, e.g., L93C7 (and following code) in the disassembly here:
https://github.com/CelestialAmber/TetrisNESDisasm
j
/
k
navigate · click thread line to collapse