# 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
rm1masm 1.0.3
MICRO-1 micro assembler written in Rust
USAGE:
rm1masm [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-o, --output