Skip to content

Assembler for SIC (standard version) that reads the source program and generates the object program and the listing file

Notifications You must be signed in to change notification settings

sherinesameh/Assembler

Repository files navigation

SIC Assembler Project

A simple assembler for SIC (standard version) that reads the source program and generates the object program and the listing file.

The assembler able to handle all standard SIC instructions. Instruction operands must be of the form ‘address’ or ‘address,x’ where ‘ad- dress’ is either a symbol that is used as a label in the source program or an actual hexadecimal address. It also supports the following assembler directives: START, END, BYTE, WORD, RESB, RESW, USE, EQU and ORG

About

Assembler for SIC (standard version) that reads the source program and generates the object program and the listing file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages