1
0
mirror of https://github.com/mre/mos6502.git synced 2024-11-25 02:33:26 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Matthias
f61a36f798 Extend documentation 2023-06-19 19:10:46 +02:00
Matthias
cb49e5e5a6 Print decoded instruction 2023-06-19 13:41:57 +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
fa0b343c69 cleanup 2023-06-19 13:08:07 +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
Sam M W
0708a1084c fix the tests back up 2023-04-03 07:39:18 +01:00
Sam M W
a8dac6e805 extract memory functionality into a trait 2023-04-03 06:59:40 +01:00
Sam M W
3de8f9158d move tests and README away from Address 2022-10-18 10:01:55 +01:00
Sam M W
18e55aaeca remove call to .trim(), as clippy suggests 2022-08-09 04:14:46 +01:00
Matthias
7398fc4c3f Simplify GCD program 2022-06-07 20:17:44 +02:00
Matthias
363dc47755 Format code 2022-06-07 19:30:29 +02:00
GooseDB
6a0163138a refactoring 2019-10-13 01:22:57 +03:00
GooseDB
0e112a8a44 return newline 2019-10-13 00:19:09 +03:00
GooseDB
c837d7c986 return comments 2019-10-13 00:18:07 +03:00
GooseDB
71ac36b083 return comment 2019-10-13 00:14:55 +03:00
GooseDB
8c70df142c new example 2019-10-13 00:07:53 +03:00