Skip to content

Instantly share code, notes, and snippets.

@benhess02
benhess02 / all_6502.json
Last active November 13, 2024 21:22
All MOS 6502 Instructions in JSON Format (including illegal instructions)
[
{
"opcode": 0,
"mnemonics": [
"BRK"
],
"addressingMode": "implied",
"cycles": 7,
"pageBoundaryCycle": false,
"illegal": false