C++ implementation of SIC Assembler i.e. Conversion of Assembly code into Object code.
-
Updated
Aug 25, 2017 - C++
C++ implementation of SIC Assembler i.e. Conversion of Assembly code into Object code.
A Modified Simple Instruction Computer
SIC Assembler Simulator
The one-pass assembler will read the assembly code, allocate memory, and generate the corresponding relocatable machine code for execution on modi-SIC. It will handle symbol resolution, directive processing, and object code generation (HTE) in a single pass.
an assembler written for the SIC processor
A SIC assembler that reads assembly file, then generate listing file and object program
Simple pass 1 and pass 2 of SIC two-pass Assembler made in C
Extensive documentation about the SIC architecture
An example implementation of an assembler and simulator for SIC/XE
This is an SIC assembler with a simple interface to run pass one and two from an outside file
A collection of assembly programs for SIC/XE and their corresponding object files
Landing page for the organization
This a project that simulates SIC assembler using Python. It generates an intermediate file in Pass 1 for Pass 2, and Pass 2 generates a listing file and object program. It also shows the program name, program length, program location counter, and list of errors.
This project simulates the operation of assembling a SIC Program to a machine code
Add a description, image, and links to the sic-assembler topic page so that developers can more easily learn about it.
To associate your repository with the sic-assembler topic, visit your repo's landing page and select "manage topics."