Skip to content

So I've been interested in systems programming and tried my hand in writing a primitive assembler for SIC. Illustrates basic functioning of assemblers with minimal error checking.

License

Notifications You must be signed in to change notification settings

suhasshrinivasan/SASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASM

SIC Assembler

So I've been interested in systems programming and tried my hand in writing a primitive assembler for the SIC architecture. Illustrates basic functioning of assemblers with minimal error checking. It's a 2 pass assembler. Generates addresses for instructions in the first pass and generates object codes with the object program in the 2nd pass. The code is neatly commented for the sake of readability.

About

So I've been interested in systems programming and tried my hand in writing a primitive assembler for SIC. Illustrates basic functioning of assemblers with minimal error checking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published