Skip to content

Sof0-0/RISC-V-Disassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V Disassembler

By Sofiia Druchyna

Overview

This project is a part of CMPS 6661: Advanced Computer Architecture at Tulane University. I build a disassembler that takes in a binary file (or a text file) as input and displays the equivalent RISC-V assembly instructions along with the binary code.

Usage

Please, use the the steps below to run the disassembler:

  1. Use the command as follows : RISC-Vsim inputfilename outputfilename operation
    • where operation is either dis or sim;
    • the inputfile must be present in the same directory as the executable RISC-Vsim.
  2. Dis.c is the source code and it is compiled to the executable RISC-Vsim.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages