Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Granddave committed Dec 30, 2023
1 parent 449feeb commit ef62fdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![ci](https://github.com/Granddave/mos6502/actions/workflows/ci.yml/badge.svg)


# MOS6502

This is a toy project where I've created an assembler for the 6502 assembly language. An emulator is in the works and a dissasembler would be fun to do as well.
This is a toy project where I've created an emulator, assembler and a dissasembler for the 1975 8-bit MOS 6502 CPU.

The emulator takes either assembly code that the assembler transforms to machine code or native machine code directly which then the emulator executes.


## References
Expand All @@ -17,3 +17,5 @@ https://www.nesdev.org/wiki/Nesdev#6502
https://www.nesdev.org/6502.txt
https://www.nesdev.org/wiki/6502_cycle_times
https://github.com/mre/mos6502/tree/master
https://en.wikipedia.org/wiki/Interrupts_in_65xx_processors
http://6502.org/tutorials/interrupts.html

0 comments on commit ef62fdd

Please sign in to comment.