Ahmed-Emad / SIC-Assembler

SIC Assembler with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIC Assembler

C++ program to generate INTFILE (intermediate file), LISFILE (listing file) with all possible errors and OBJFILE (SIC object program) from SRCFILE (source program to be assembled).

The assembler supports all standard SIC features and instructions, and the assembler directives START, END, BYTE, WORD, RESB, RESW.

About

SIC Assembler with C++


Languages

Language:C++ 100.0%