mohamedmashaal / SIC-XE-Assembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIC/XE Assembler

An implementation of a SIC/XE two-pass assembler, written in C++, producing object code for the absolute loader.

Getting Started

  1. Download the released version from here
  2. Unzipping the compressed folder, you will find the following two files

alt files

  1. First, write your source code (i.e., in SIC/XE assembly language) in SRCFILE.txt
  2. Then, run SIC-XE-Assembler.exe
  3. Finally, write the source file name in the console (i.e., SRCFILE.txt)

alt console

  1. You will find the output files (assembly listing and object file) in the same folder

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About


Languages

Language:C++ 99.0%Language:CMake 1.0%