Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 515 Bytes

File metadata and controls

12 lines (7 loc) · 515 Bytes

Assembly-Compiler-Course-Project

license

Compiler for assembly language written in C language as a project for a uni course.

  • Input: files written in assembly.

  • Output: object file, extern symbols file, entry symbols file for each file passed as input.

  • Object file is in "weird" binary code where 1 is '/' and 0 is '.'

Written in C89 standard.