1
0
mirror of https://github.com/mre/mos6502.git synced 2024-11-28 22:51:26 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Matthias
d9499fa419 Use correct ca65 assembler file extension 2023-06-28 10:12:23 +02:00
Matthias
fa6e4f49f1 Compile functional test from sources 2023-06-28 10:12:09 +02:00
Matthias
a7765431cd extend docs 2023-06-28 10:05:11 +02:00
Matthias
f61a36f798 Extend documentation 2023-06-19 19:10:46 +02:00
Matthias
23ddc109ee Add functional test and update CPU debug output
The functional test is based on
https://github.com/Klaus2m5/6502_65C02_functional_tests

It does NOT pass yet. :(
However, I think it's a good idea to have it in the repo
nonetheless, to make some incremental improvements.

This PR is based on the `asm` branch, which should be
merged first.
2023-06-19 13:34:35 +02:00
Matthias
8d506773bf Add assembly example code
This should make it easier for beginners to understand
how to test this emulator.
2023-06-19 13:05:07 +02:00