Skip to content

blueh4mster/SIC-XE-Assembler

Repository files navigation

Introduction

The Objective of the project is to implement a version of two-pass SIC/XE assembler.

Features implemented:

  • Literals
  • Control sections
  • Expressions
  • Assembler directives
  • Symbols

Some conditions required for successfully running the code (to enforce best practices):

  • A comment must follow after a CSECT command (by specifying a . after the CSECT instruction).
  • Operands separated by commas (such as the ones found in EXTDEF and EXTREF) must not contain whitespace between them.

Instructions

Clone the repository

git clone https://github.com/blueh4mster/SIC-XE-Assembler.git

Run the assembler

./run.sh

image_

Note: If permission issue arises while running ./run.sh, simply run chmod +x ./run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published