Rm lockfile
1 file changed
tree: 42dc7bccec95df5e15ea17c7e3e3400ef7945219
  1. .gitignore
  2. 6502.csv
  3. CMakeLists.txt
  4. README.md
  5. cpu.c
  6. cpu.h
  7. csv2h.awk
  8. instructions.h
  9. main.c
  10. test.dat
README.md

6502 Toolchain

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.