Tidak Ada Deskripsi

crptmem dcc1d34461 [6502_instructions] move instructions execution to another module 1 tahun lalu
.github fde37325d7 Create rust.yml 1 tahun lalu
.idea dcc1d34461 [6502_instructions] move instructions execution to another module 1 tahun lalu
rom 84bc362646 fix: compilation error 1 tahun lalu
src dcc1d34461 [6502_instructions] move instructions execution to another module 1 tahun lalu
.gitignore dd5f03beda fix compilation 1 tahun lalu
Cargo.lock 53a5ed064f init 1 tahun lalu
Cargo.toml 53a5ed064f init 1 tahun lalu
README ba3ea34213 Create README 1 tahun lalu

README

6502emulator
============
It is not fully accurate. This project is more like for education about how the CPU works.

ROM
===
Currently the generate.py script is able to generate ROM files that can print some ASCII text to output device (0x2000, 256 bytes size).

Instructions
============
At this moment, I've implemented LDA, LDX, LDY and STA

Usage
=====
cargo run rom/generated.bin