Docs.rs
alaz-0.1.1
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alaz 0.1.1
AArch64 汇编语言分析工具 - 支持237条指令、多优化级别对比、智能语义解释
Crate
Source
Builds
Feature flags
Hide files
..
arithmetic.s
debug_db.rs
loop.s
memory.s
show_instructions.rs
test_end_to_end.rs
test_format.rs
test_lookup.rs
test_new_instructions.rs
test_objdump.rs
test_parser.rs
test_real_dump.rs
test_semantic.rs
1
2
3
4
5
6
// 简单的算术运算示例 mov x0, #10 mov x1, #20 add x2, x0, x1 sub x3, x2, x0 mul x4, x2, #2