Glossary: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
>Sherkel
m (This should be used often. Don't know how I didn't see it till now, but great idea.)
>Sherkel
m (Breakpoint)
Line 17: Line 17:
:A technique for writing a number in hexadecimal where, unlike in the regular conversion from decimal to hexadecimal (for example, dec[58] = hex[3A]), the decimal digits are written as-is in hexadecimal, two per byte (for example, dec[58] = hex[58]).
:A technique for writing a number in hexadecimal where, unlike in the regular conversion from decimal to hexadecimal (for example, dec[58] = hex[3A]), the decimal digits are written as-is in hexadecimal, two per byte (for example, dec[58] = hex[58]).
:In Pokémon games, BCD is often used for quantities of money and casino coins; it is also fairly commonly used in clock chips, such as the ones used in generation II and III games with said feature.
:In Pokémon games, BCD is often used for quantities of money and casino coins; it is also fairly commonly used in clock chips, such as the ones used in generation II and III games with said feature.

;{{Anchor|Breakpoint}}'''Breakpoint'''
:See [[#Breakpoint|breakpoint]].


;{{Anchor|Buffer overflow}}'''[[Buffer overflow]]'''
;{{Anchor|Buffer overflow}}'''[[Buffer overflow]]'''