A Simple 2-Pass Assembler that generates LISFILE (includes memory address) and OBJFILE (machine code).
You need to install complier and Make for your operating system.
- Windows, Linux: gcc
- MacOS: clang
git clone https://github.com/gws8820/SICAssembler
cd SICAssembler
make
After placing SRCFILE into SICAssembler directory, type:
- Linux, MacOS
./SICASM
- Windows
SICASM.exe