Crates.io | rm1masm |
lib.rs | rm1masm |
version | 1.0.3 |
source | src |
created_at | 2023-03-30 14:51:55.760095 |
updated_at | 2023-03-31 10:31:30.427704 |
description | MICRO-1 micro assembler written in Rust |
homepage | |
repository | https://github.com/Kenta11/rm1masm |
max_upload_size | |
id | 825172 |
size | 89,504 |
rm1masm
is the micro assembler for MICRO-1, a tiny microprogram-controlled computer for educational purposes.
$ rm1masm --help
rm1masm 1.0.3
MICRO-1 micro assembler written in Rust
USAGE:
rm1masm [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 rm1masm
rm1masm
is licensed under MIT license. See LICENSE for details.