Skip to content

sagiK11/Assembly-Compiler-Course-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

two passes assembly compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published