- A 2-pass assembler for a hypothetical machine.
- That project was an applications on Systems programming course at 2nd year in computer and systems engineering department in Alexandria university.
- The purpose of developing this project is to get more familiar with how the assembler works and how the assemblers usually treat different types of errors.
- Another special thing in this project is string parsing that thing was the backbone of this project the thing that our team spend time to make full use of the knowledge our team can gain from this project and to make it as clean as possible.