Base 100: Revision history

From NESdev Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 April 2024

13 April 2024

10 April 2024

6 October 2022

11 April 2022

  • curprev 20:2920:29, 11 April 2022NovaSquirrel talk contribs 2,423 bytes +86 No edit summary
  • curprev 20:2520:25, 11 April 2022NovaSquirrel talk contribs 2,337 bytes +2,337 Created page with "Unlike the regular 6502, the 2A03 does not have decimal mode. One workaround for this is to keep numbers in binary, and use a BCD conversion routine to convert to binary-coded decimal as needed. Base 100 is another workaround that simplifies displaying the numbers onscreen. In base 100, a number consists of a series of bytes that range from 0-99 (or $00-$63 in hexadecimal). Given a base 100 number, you can use a 100-byte table to convert each byte to..."