Skip to content

Final assignment of the course "System Programming Laboratory" (20465) at the Open University of Israel.

Notifications You must be signed in to change notification settings

eladavital117/Assembler-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Assembler Project

This project is an implementation of an imaginary processor for MIPS language, it was the final assignment of the course "System Programming Laboratory" (20465) at the Open University of Israel. (grade: 89)

Getting Started

Use makefile to compile like so:

>    make

Then input the assembly code files:

>    assembler file1.as file2.as, file3.as

The assembler will create 3 output files for each of the input files:

  • Object file
  • Entries file
  • Externals file

Check test files folder for examples

About

Final assignment of the course "System Programming Laboratory" (20465) at the Open University of Israel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages