Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 422 Bytes

File metadata and controls

16 lines (14 loc) · 422 Bytes

OpenU Assembler project

Project information

Created by: Ido Sharon, Amitai Ben Shalom
Semester: 2023a
Instructor: Ram Tahor
Course: "C Programming lab" (2023a), Open University

Project description

The project uses a two-pass assembler to translate assembly code to machine code.
The assembler is written in C and uses a symbol table to translate labels to addresses.