# MICRO-1 micro assembler written in Rust [![Tests](https://github.com/Kenta11/rm1masm/actions/workflows/main.yml/badge.svg)](https://github.com/Kenta11/rm1masm/actions/workflows/main.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) `rm1masm` is the micro assembler for MICRO-1, a tiny microprogram-controlled computer for educational purposes. ## Command-line options ``` $ rm1masm --help {{ help }}``` ## Installing ### Cargo ``` cargo install rm1masm ``` ### Packages - Debian: https://github.com/Kenta11/rm1masm/releases/download/v{{ version }}/rm1masm_{{ version }}_amd64.deb - RedHat: https://github.com/Kenta11/rm1masm/releases/download/v{{ version }}/rm1masm-{{ version }}-1.el7.x86_64.rpm - Arch Linux: https://github.com/Kenta11/rm1masm/releases/download/v{{ version }}/rm1masm-{{ version }}-1-x86_64.pkg.tar.zst ### Tarbolls - Windows (x64): https://github.com/Kenta11/rm1masm/releases/download/v{{ version }}/rm1masm_windows.zip - Linux (x64): https://github.com/Kenta11/rm1masm/releases/download/v{{ version }}/rm1masm_linux.tar.gz - macOS (x64): https://github.com/Kenta11/rm1masm/releases/download/v{{ version }}/rm1masm_macos.tar.gz ## Reference - 馬場敬信:マイクロプログラミング,昭晃堂(1985) ## Link - simulator: [m1sim](https://github.com/kaien3/micro1) - assembler: [rm1asm](https://github.com/Kenta11/rm1asm) - cpu: [micro-alpha](https://github.com/Kenta11/micro-alpha) ## License `rm1masm` is licensed under MIT license. See [LICENSE](LICENSE) for details.