When you have a code loaded on mips
, you can dump that code in different formats, like: ASCII Text, Binary, Binary Text, Hexadecimal, etc...
How could I read a binary input and then convert it to assembly ?
Can't find any function/method to help me with this...
I know we usually show some code and then get some help but besides of receiving an input I have no idea how to start this.