Assembler
Building the Assembler
Clone the repository
git clone https://git.zxq5.dev/LowLevelDevs/damn_simple_architecture.git
cd damn_simple_architecture
Build the assembler
cd assembler
cargo build --release
Usage
<binary> -i <input_file.dsa> -o <output_file.dsb>