Skip to content

Instantly share code, notes, and snippets.

@benhess02
benhess02 / all_6502.json
Last active July 30, 2026 06:10
All MOS 6502 Instructions in JSON Format (including illegal instructions)
[
{
"opcode": 0,
"mnemonics": [
"BRK"
],
"addressingMode": "implied",
"cycles": 7,
"pageBoundaryCycle": false,
"illegal": false