index
:
x51emu.git
master
x51 MCU emulator (Rust)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Collapse
)
Author
2020-03-05
Fix formatting
HEAD
master
Oxore
2020-03-05
Use bus for all memory types, etc.
Oxore
Rename Memory to Bus
2020-03-04
Rename Core to Cpu8051 and Ram to ProgramMemory, etc.
Oxore
Adjust Readme.md
2020-03-04
Add third operand, format code
Oxore
2020-03-04
Add Memory trait for Rom, refactor instantiating
Oxore
2020-02-24
Fix clippy complains
Oxore
2020-02-24
Use channel for comm-s between Core and Controller
Oxore
2020-02-24
Add controller fabric and dummy for websocket controller
Oxore
2020-02-24
Use clap for CLI argument parsing
Oxore
2019-11-19
Implement getter for PC in Core, print offset for each instruction
Oxore
2019-11-18
Implement LUT for opcode to Op translation
Oxore
2019-11-11
Add ram and rom, implement basic MOV functionality
Oxore
2019-11-11
Fix Clippy's complains
Oxore
2019-11-10
Add comments, format code
Oxore
2019-10-01
Implement loading hex from file
Oxore
2019-10-01
Fix hex parsing using radix 16 instead of 10
Oxore
2019-09-30
Remove most of unwraps, add Mov instruction
Oxore
2019-09-30
Implement basic ram loader from hex
Oxore
2019-07-14
Implement ram and instructions
Oxore
2019-07-14
Initial commit
Oxore
Implement CLI and CPU core skeletons