gitextract_gtzs_4yo/ ├── .gitignore ├── LICENSE.txt ├── README.md ├── mos6502.cpp ├── mos6502.h └── tests/ ├── Makefile ├── functional/ │ ├── .gitignore │ ├── Makefile │ ├── as65.sh │ ├── decimal.patch │ ├── main.cpp │ ├── notes.txt │ └── readme.md └── singlestep/ ├── .gitignore ├── Makefile └── main.cpp