Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.06 KB

SIC-XE Assembler

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