threecreepio / t65

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal 6502 simulator

Work in progress 6502 cpu simulator, requires cc65 to be installed.

Download a release from https://github.com/threecreepio/t65/releases

Usage:
With t65 in your path, you can write:
```
t65 example.s
```

This will attempt to build example.s using ca65, then runs the result.

The program will run until a CLD, BRK or undocumented instruction is executed.
To end execution, press Ctrl-C.

Intallation:
Copy the files from the release to a location on your path.

If building from source, use cmake:
```
mkdir build
cd build
cmake ..
```

Then either `make` if available, or use visual studio.


About


Languages

Language:C 98.5%Language:Shell 0.8%Language:CMake 0.4%Language:Batchfile 0.4%