rm1masm

Crates.iorm1masm
lib.rsrm1masm
version1.0.3
sourcesrc
created_at2023-03-30 14:51:55.760095
updated_at2023-03-31 10:31:30.427704
descriptionMICRO-1 micro assembler written in Rust
homepage
repositoryhttps://github.com/Kenta11/rm1masm
max_upload_size
id825172
size89,504
Kenta Arai (Kenta11)

documentation

README

MICRO-1 micro assembler written in Rust

Tests License: MIT

rm1masm is the micro assembler for MICRO-1, a tiny microprogram-controlled computer for educational purposes.

Command-line options

$ 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

Installing

Cargo

cargo install rm1masm

Packages

Tarbolls

Reference

  • 馬場敬信:マイクロプログラミング,昭晃堂(1985)

Link

License

rm1masm is licensed under MIT license. See LICENSE for details.

Commit count: 4

cargo fmt