Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 418 Bytes

cpu-4bit-emulator

Rust

A toy emulator written in 『CPU の創り方』.

How to run

You can run the emulator as following. Getting started to run it with example/simple_calc.sasm.

cargo run example/simple_calc.sasm

.sasm is a file extension which is something like an assembly file.

Port (B) Out: 2