Skip to content

An HTML/CSS/JavaScript Webapp for encoding/decoding MIPS Assembly instructions to/from their 32-bit machine code format

Notifications You must be signed in to change notification settings

wcwallace0/mips-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS Converter

An HTML/CSS/JavaScript Webapp for encoding and decoding MIPS Instructions.

Encoding

Accepts a MIPS instruction and converts it to its 32-bit machine code format.

(EX: 'add $s0, $t0, $t1' 🠂 '000000 01000 01001 10000 00000 100000')

Decoding

Accepts a 32-bit binary string and converts it to a MIPS instruction

(EX: '100010 01001 00010 0000000000001100' 🠂 'lw $v0, 12($t1)')

About

An HTML/CSS/JavaScript Webapp for encoding/decoding MIPS Assembly instructions to/from their 32-bit machine code format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published