Simple assembler for SIC/XE instruction set.
- Clone the repository.
- Run
a.exe
file. - Enter the
file name with extension
that you want to assemble (ensure it is in same directory). - If object code is generated successfully, congratulations!
- If not, you can check errors in the
error.txt
file.
- Simple SIC/XE assembler (format-free)
- Error handling
- Literals/ org/ equ/ expressions
- Program blocks
- Control sections
If you find any errors, feel free to open an issue!
To contribute to the repository, you may make a pull request. They are always welcome!