You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
src | 4 years ago | |
6502emu | 4 years ago | |
README.md | 4 years ago | |
acme | 4 years ago |
README.md
6502 Hardware Simulation for Workshop
acme
Acme is the assembler used for producing binaries that the emulation will use. This is not mine but is need to use the program.
6502emu
Hardware emulation program using fake6502.c made by Mike Chambers. Requires one argument: the binary file made by acme.
Emulated hardware specs
- NMOS 6502 via fake6502.c
- 16KB of RAM
- 48.9KB of ROM (Starts at $4000)
- Keyboard emulation via ncurses