a project made as part of the Systems Programming Lab in C Language course in the open university. This program is an assembler that converts code in assembly to a special machine code: Instead of 1 and 0, it produces '' for 1 and '.' for 0. The code language used in the project is C.