Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiod committed Jan 21, 2025
1 parent ad84132 commit 915d40c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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.

0 comments on commit 915d40c

Please sign in to comment.