chore: add nice debug output

This commit is contained in:
2025-05-25 21:05:54 +09:00
parent f9ae0dc6ee
commit 35207d23f0
3 changed files with 58 additions and 25 deletions

View File

@@ -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.