Skip to content

Reference cards

Thirteen sheets, sized for letter paper, meant to be printed and kept next to the keyboard. Each one condenses a chapter, so a card is a shortcut to something this guide also explains at length — never the only copy.

They open as plain pages outside the guide. Use your browser's back button to come back.

How to print one

Open the card, print, and set:

  • Paper: Letter
  • Scale: 100% — not "fit to page", which will shrink the margins away
  • Margins: None
  • Background graphics: On — the black bars are part of the design

Every card repeats those settings in a strip along the top of the screen, and that strip is not printed. The fonts are in the page, so a card printed from a laptop with no internet looks the same as one printed online.

The machine

CardWhat it coversThe chapter it condenses
📄 6502-ACEThe whole machine on two pages: what is on the board, the memory map, the first things to type, and enough BASIC to get going. The one to print firstThe ACE
📄 Memory MapAll 64 KB, then RAM and ROM in detail, then every I/O register on the boardThe memory map
📄 ConnectorsEvery socket and header, pin by pin, off the schematicConnectors
📄 Keyboard LayoutThe 67 keys as they sit, and the ones that do something out of the ordinaryThe keyboard
📄 Keyboard MatrixThe 8 × 8 grid behind those keys, with the code each one sendsThe keyboard matrix

The software

CardWhat it coversThe chapter it condenses
📄 BASIC ReferenceEvery keyword with its syntax, the operator table, every error message, and the three traps that catch everyoneEvery keyword
📄 Kernal Jump TableAll 72 published entry points with their registers, grouped by jobThe Kernal
📄 Character SetAll 256 glyphs drawn from the video card's own bytes, with names, and what PRINT can actually reachThe character set

The KIM add-on

CardWhat it coversThe chapter it condenses
📄 6502-KIMThe three boards, what they overlay, the pad, and the serial monitorThe KIM keypad
📄 Keypad MappingAll twenty-four keycodes and what the LCD shows for eachThe keypad map

Two more sheets have the LED demos laid out to key in, byte by byte: 📄 Binary counter and 📄 KITT scanner.

The rest of the family

Written for someone building one, not using one.

CardMachine
📄 6502-COBThe modular original — a passive backplane and a stack of cards. COB
📄 6502-DEVThe development rig — an emulated CPU you can single-step. DEV
📄 6502-VCSThe console — cartridges and joysticks. VCS

Older BIOS versions

The BASIC and Monitor cards for v1.0 through v1.4 are kept under /cards/archive/. They describe machines whose ROMs are no longer current and are there for anyone running one, not as a second opinion about this one. The cards for BIOS 1.6, Monitor included, are in the BIOS 1.6 edition of this guide.

Other reference pages

Not cards, but the same job:

Written for BIOS v2.0. Released under the MIT License.