Skip to content

itaysnir/simp-assembler-and-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simp-assembler-and-simulator

This project simulates a SIMP processor.

It contains an assembler written in C, which translates the project's assembly into machine code. In order to run the assembler, run:

./asm program_name.asm mem.txt

It also contains a processor simulator, simulates the fetch-decode-execute-writeback loop.
In order to run the simulator, run:

./sim memin.txt memout.txt regout.txt trace.txt count.txt

Also, few program tests are added.

About

This project simulates a SIMP processor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published