4个稳定版本
1.0.3 | 2023年3月31日 |
---|---|
1.0.2 | 2023年3月30日 |
#12 in #教育
每月 39 次下载
90KB
2.5K SLoC
用Rust编写的MICRO-1汇编器
rm1asm
是MICRO-1的汇编器,MICRO-1是一款用于教育目的的小型微程序控制计算机。
命令行选项
$ rm1asm --help
rm1asm 1.0.3
MICRO-1 machine language assembler written in Rust
USAGE:
rm1asm [OPTIONS] <input>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-o, --output <output> Sets output path
ARGS:
<input> source code
安装
Cargo
cargo install rm1asm
包
- Debian: https://github.com/Kenta11/rm1asm/releases/download/v1.0.3/rm1asm_1.0.3_amd64.deb
- RedHat: https://github.com/Kenta11/rm1asm/releases/download/v1.0.3/rm1asm-1.0.3-1.el7.x86_64.rpm
- Arch Linux: https://github.com/Kenta11/rm1asm/releases/download/v1.0.3/rm1asm-1.0.3-1-x86_64.pkg.tar.zst
Tarballs
- Windows (x64): https://github.com/Kenta11/rm1asm/releases/download/v1.0.3/rm1asm_windows.zip
- Linux (x64): https://github.com/Kenta11/rm1asm/releases/download/v1.0.3/rm1asm_linux.tar.gz
- macOS (x64): https://github.com/Kenta11/rm1asm/releases/download/v1.0.3/rm1asm_macos.tar.gz
参考
- 馬場敬信:マイクロプログラミング,昭晃堂(1985)
链接
- 模拟器: m1sim
- 微汇编器: rm1masm
- cpu: micro-alpha
许可证
rm1asm
采用MIT许可证。有关详细信息,请参阅LICENSE。
依赖
~3MB
~23K SLoC