Goblin80 / SIC-Machine-Assembler

A simple SIC Assembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple SIC Assembler

A complete implementation of Pass 1 & Pass 2 as instructed in:

System Software: An Introduction to Systems Programming


Use -std=c11 switch when compiling:

gcc -std=c11 SIC.c

About

A simple SIC Assembler

License:GNU General Public License v3.0


Languages

Language:C 100.0%