Skip to content

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

Notifications You must be signed in to change notification settings

mtarek97/SIC-XE-Assembler

Repository files navigation

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

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

Topics

Resources

Stars

Watchers

Forks

Packages