| Crates.io | rm1asm |
| lib.rs | rm1asm |
| version | 1.0.3 |
| created_at | 2023-03-30 14:44:51.7872+00 |
| updated_at | 2023-03-31 10:31:27.511779+00 |
| description | MICRO-1 assembler written in Rust |
| homepage | |
| repository | https://github.com/Kenta11/rm1asm |
| max_upload_size | |
| id | 825168 |
| size | 114,392 |
rm1asm is the assembler for MICRO-1, a tiny microprogram-controlled computer for educational purposes.
$ 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 install rm1asm
rm1asm is licensed under MIT license. See LICENSE for details.