MIPSter

★★★★★
★★★★★
21 users
<
>
Easy Facebook [Book]
★★★★★
★★★★★
2024 Topps Chrome US Olympic & Paralympic Hopefuls Blaster 40-Box Case
★★★★★
★★★★★
Winmau Rock Legends Alice Cooper Dart Flights - Shape White
★★★★★
★★★★★
Little People Collector Inspiring Women Special Edition Figure Set
★★★★★
★★★★★
Dnc Titan
★★★★★
★★★★★
So Good They Can't Ignore You: Why Skills Trump Passion in the Quest for Work You Love [Book]
★★★★★
★★★★★

This app is for anyone who needs to quickly convert their MIPS (multiple instructions per second) instruction code to machine code. Perfect for any person taking a microprocessors course that needs to check their machine code. Future versions of this extension will support negative addressing, multiple format input, input validation, and binary conversion. Other 'secret' features will be implemented as well.

The current supported instructions are: add, addi, and, beq, lw, or, slt, sub

*Note: There must be a trailing space after each directive and comma.

Example input -> add $s0, $s1, $s2
                            sub $s3, $s4, $s5
                            lw $t2, 32($0)
Related