#assembly #micro #computer #educational #tiny #micro-1 #microprogram-controlled

app rm1masm

MICRO-1 micro assembler written in Rust

4 stable releases

1.0.3 Mar 31, 2023
1.0.2 Mar 30, 2023

#10 in #micro

MIT license

65KB
2K SLoC

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)

License

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

Dependencies

~2.5MB
~22K SLoC