pydisass6502 icon indicating copy to clipboard operation
pydisass6502 copied to clipboard

A simple 6502 machine language disassembler written in Python.

Results 2 pydisass6502 issues
Sort by recently updated
recently updated
newest added

- bugfix for the opcode listed as `"9d,"` which was failing to generate data refs (side note: i wonder if the lists of opcodes should be maintained via tags in...

Based on https://www.masswerk.at/6502/6502_instruction_set.html and some real example code, opcodes `b6` and `be` should be indexed by y not x; and opcode `37` the reverse.