Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
corruptmemory
/
6502emu
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Ei kuvausta
18
Commitit
1
Haarat
0
Julkaisut
Branch:
main
Branchit
Tagit
main
6502emu
HTTPS
SSH
ZIP
TAR.GZ
crptmem
dcc1d34461
[6502_instructions] move instructions execution to another module
1 vuosi sitten
.github
fde37325d7
Create rust.yml
1 vuosi sitten
.idea
dcc1d34461
[6502_instructions] move instructions execution to another module
1 vuosi sitten
rom
84bc362646
fix: compilation error
1 vuosi sitten
src
dcc1d34461
[6502_instructions] move instructions execution to another module
1 vuosi sitten
.gitignore
dd5f03beda
fix compilation
1 vuosi sitten
Cargo.lock
53a5ed064f
init
1 vuosi sitten
Cargo.toml
53a5ed064f
init
1 vuosi sitten
README
ba3ea34213
Create README
1 vuosi sitten
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