tejank10 / One-Pass-SIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This program uses C++11
Compilation instructions:
g++ -std=c++11 assembler.cpp -o assembler

NOTE: '^' is inserted in object code only to simplify reading of the object code.

This is a Single Pass SIC assembler, in which the entire instruction set is decoded in one single pass. 

About


Languages

Language:C++ 100.0%