https://github.com/syedabutalib/hex-to-mips
In order to make comp arch questions more manageable.
https://github.com/syedabutalib/hex-to-mips
Last synced: 2 months ago
JSON representation
In order to make comp arch questions more manageable.
- Host: GitHub
- URL: https://github.com/syedabutalib/hex-to-mips
- Owner: SyedAbuTalib
- Created: 2019-04-18T20:52:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T19:54:35.000Z (about 6 years ago)
- Last Synced: 2025-02-08T07:42:11.932Z (4 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HEX-To-MIPS
In order to make comp arch questions more manageable.
Most online ones kinda suck. This one is supposed to take in multiple lines, and hopefully pastes it into a file.# How to Run
Takes time to convert? Just run Main.java# How input is set up
Default is HEX.First question is HEX or Binary.
if 'Yes' is inputted, then Binary. Anything else will be HEX.
Input the HEX as '000ca021'.
Input the Binary as '000...000' (of length 32).