-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 6502-experiment | ||
|
||
An experimental 6502 and 6502-compatible emulator that was made as a personal | ||
challenge. | ||
|
||
Tests are compared with [visual6502](http://visual6502.org/) results with the same | ||
machine code as an attempt to be accurate. | ||
|
||
## Segments | ||
|
||
* [cpu](./cpu/) - The main part of the emulation. Throughly documented. | ||
* [assembler](./assembler/) - A basic assembler, mainly for making tests easier. | ||
* [mm](./mm/) - An incomplete part for memory managers. Are not implemented. |