Skip to content

Two Pass Assembler that translate SIC/XE to obj code.

Notifications You must be signed in to change notification settings

BlueLort/SIC-XE-ASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Project was developed for Systems Programming course at "Faculty of Engineering, Alexandria University".

Easy to use Assembler

  • Using the user-friendly GUI you can load your code file or you can write it directly into the Editor.

Project Image1

  • There are 2 modes which you can write code in : Restricted and Free Format Modes.

  • Restricted which have certain positions for instruction format specified in the project PDF.

  • Free Format which allows the user to type the instruction info anywhere in the line of code however that comes with one rule and it's to include ';' as prefix to inlined comments.

  • After Successful Assemble the user can check the output from the 'Assemble' menu like the ListFile and the ObjFile.

Project Image2

Project Image1

About

Two Pass Assembler that translate SIC/XE to obj code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published