Experimental Z80 emulator in Rust.
This is just for me getting familiar with Rust, nothing fancy yet.
```bash
cargo run --release --example z1013 ```
NOTE: currently, an American-English keyboard layout is hardcoded
```
[Enter] OK
AUTO[Enter] 10 FOR I=0 TO 10[Enter] 20 PRINT "HELLO WORLD!"[Enter] 30 NEXT[Enter] 40 [Escape] OK LIST[Enter] ... RUN[Enter] ... BYE[Enter] ```
```bash
cargo test --release -- --nocapture --ignored ... ```