This website requires JavaScript.
Explore
Help
Register
Sign In
FranLMSP
/
rmg-001
Watch
1
Star
0
Fork
0
You've already forked rmg-001
mirror of
https://github.com/FranLMSP/rmg-001.git
synced
2024-11-10 12:11:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2afa2a1ff8
rmg-001
/
src
/
lib.rs
5 lines
54 B
Rust
Raw
Normal View
History
Unescape
Escape
Functions and tests for some bitwise operations and getter/setter for flag register
2021-10-11 17:58:09 +00:00
pub
mod
utils
;
Define CPU registers
2021-10-11 15:53:02 +00:00
pub
mod
cpu
;
Logic to load a rom file
2021-10-13 00:11:52 +00:00
pub
mod
rom
;
Memory maps
2021-10-13 17:56:00 +00:00
pub
mod
bus
;
Reference in New Issue
Copy Permalink