commit | 6c61a798f44c756010d708ecb3caf6ca7443b22d | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Jul 28 16:29:20 2020 -0700 |
committer | swissChili <swisschili@fastmail.com> | Tue Jul 28 16:29:20 2020 -0700 |
tree | fb4ad42156500ee2f29ed52f5ad5d3cb1732a7b4 |
Add disassembler
This project aims to create a portable toolchain for developing, testing and debugging programs for the 6502 processor. An assembler may be implemented in the future but no work has been done on that yet.
The instructions.h
header is generated from 6502.csv
and contains definitions of every 6502 opcode, its mnemonic and addressing mode. It is built automatically by cmake.