Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 976 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 976 Bytes

Instruction_Set_Simulator

The repo contains an instruction set simulator which is essentially a high-level application that mimics a custom processor / instruction set

The custom instruction set used for this simulator is: image

The instruction set simulator works on the following program: image

The assembly equivalent of the above program (some considerations taken for ease of converting into machine level code): image

The following machine instructions are part of the 'main' function to perform the above program: image