Add TriCore constants to Rust bindings

This commit is contained in:
Bet4
2022-05-10 19:24:59 +08:00
parent 94cac9dfb4
commit 3cc9005a47
6 changed files with 154 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ fn main() {
assert_eq!(emu.reg_read(RegisterARM::R5), Ok(1337));
}
```
Further sample code can be found in ```tests/unicorn.rs```.
Further sample code can be found in [tests](../../tests/rust-tests/main.rs).
## Usage