tms34010-asm

所属分类:嵌入式/单片机/硬件编程
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2024-03-05 05:39:28
上 传 者sh-1993
说明:  TI TMS34010 CPU的反汇编程序(也许有一天也是汇编程序)
(Disassembler for TI TMS34010 CPU (and maybe an assembler too one day))

文件列表:
src/
Cargo.toml
LICENSE

# tms34010-asm ## Installation - Follow instructions to install rust at https://rustup.rs/ - then run the following ```sh cargo install --git https://github.com/sajattack/tms34010-asm ``` ## Building from a git checkout (so you can make changes) ```sh git clone https://github.com/sajattack/tms34010-asm.git cd tms34010-asm cargo build --release ``` output binary will be under `/target` after running the above steps or you can build and run in one operation by replacing `cargo build --release` with `cargo run --release -- ` ## Disassembler usage ``` TMS34010 Disassembler 0.1.0 Paul Sajna, hello@paulsajna.com Disassembler for Texas Instruments TMS34010 CPU USAGE: tms34010-disasm [OPTIONS] ARGS: File to disassemble OPTIONS: -h, --help Print help information -o, --offset Seek N bytes in in_file before starting disassembly [default: 0] -p, --pc Initial program counter at start of file or seek address [default: 0] -s, --size Limit number of bytes to disassemble -V, --version Print version information ```

近期下载者

相关文件


收藏者