chore: add nice debug output
This commit is contained in:
@@ -50,6 +50,11 @@ Interpret a binary:
|
||||
cargo run -- interpret -p ./a.out
|
||||
```
|
||||
|
||||
Run with debug output:
|
||||
```
|
||||
RUST_LOG=debug cargo run -- interpret -p ./a.out
|
||||
```
|
||||
|
||||
## Status
|
||||
|
||||
This project is under active development and primarily used by me to explore some Intel disassembly and learn some more Rust.
|
||||
|
||||
Reference in New Issue
Block a user