4-bit virtual CPU
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
170 B

[package]
name = "toy_cpu_4bit"
version = "0.1.0"
edition = "2021"
[dependencies]
ux = "0.1.3"
regex = "1.5.4"
lazy_static = "1.4.0"
[[example]]
name = "print_opcodes"