Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 393 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 393 Bytes

Processor emulator based on Introduction to Machine and Assembly Language Programming by PHILIP J. GUST

- cd rust-assembler
- cargo run ./src/factorial.asm  ../emulator.obj && cd .. && make && ./emulator && cd rust-assembler

Demo logging of processor state, executing factorial and storing the result into memory

Processor Demo