3 个稳定版本
2.0.1 | 2022年11月12日 |
---|---|
2.0.0 | 2022年11月10日 |
1.0.0 | 2022年10月28日 |
#1104 在 编码
180KB
3.5K SLoC
mipsasm
针对任天堂 64 的 MIPS 汇编器
入门指南
预构建的二进制文件
预构建的二进制文件可以在 发布页面 上找到
从源代码
mipsasm 可以使用 Rust 的包管理器进行安装: cargo install mipsasm
用法
通过运行 mipsasm --help
可以找到 CLI 用法
mipsasm [OPTIONS] <MODE> <INPUT_FILE>
ARGS:
<MODE> Assemble or disassemble the input file [possible values: asm, disasm]
<INPUT_FILE> Use this file as input
OPTIONS:
-b <base addr> Use this address as the base address of the program [default: 0x80000000]
-h, --help Print help information
-o <output> Write output to this file
-s <syms> Import symbols from this file
-V, --version Print version information
API 文档可以在 docs.rs 上找到
许可证
许可协议为以下之一:
- Apache 许可协议第 2.0 版 (LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT 许可协议 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
由您选择。
贡献
除非您明确声明,否则您有意提交以包含在作品中的任何贡献,根据 Apache-2.0 许可协议定义,应按上述方式双许可,不附加任何额外条款或条件。
依赖关系
~7MB
~124K SLoC