Crates.io | armv4t |
lib.rs | armv4t |
version | 0.1.0 |
source | src |
created_at | 2016-12-01 21:29:40.718824 |
updated_at | 2016-12-01 21:29:40.718824 |
description | A library for decoding ARMv4T instructions |
homepage | |
repository | https://github.com/ryanq/armv4t |
max_upload_size | |
id | 7435 |
size | 58,793 |
Types and logic for decoding ARMv4T machine code. This could be useful for disassembly or emulation.
Documentation is on docs.rs.
Add this to your Cargo.toml
:
[dependencies]
armv4t = "0.1"
and this to your crate root:
extern crate armv4t;