MIPSY Application icon

MIPSY freebeer

684.6 KB / 5+ Downloads / Rating 3.8 - 11 reviews


See previous versions

MIPSY, developed and published by ejbytes, has released its latest version, freebeer, on 2017-03-01. This app falls under the Education category on the Google Play Store and has achieved over 500 installs. It currently holds an overall rating of 3.8, based on 11 reviews.

MIPSY APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: air.com.ejbytes.mipsy

Updated: 8 years ago

Developer Name: ejbytes

Category: Education

Installation Instructions

This article outlines two straightforward methods for installing MIPSY on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.8
Total 11 reviews

Reviews

5 ★, on 2016-07-22
I'll use this in my Computer Organization & Architecture class this semester. Love it.

5 ★, on 2016-03-30
Helps me in my computer science class for assembly instructions.

Previous Versions

MIPSY freebeer
2017-03-01 / 684.6 KB / Android 4.0+

About this app

MIPSY accepts binary input and outputs a MIPS instruction. MIPSY also accepts your MIPS instruction and outputs a binary string.

Example:
input = 000000 00000 01100 01101 00010 000000
output = R opcode 0 rs 0 rt 0 rd 13 shamt 2 funct 00 = sll $t5, $zero, 2 = 00006880

Example:
input = sll $t5, $zero, 2
output = 000000 00000 01100 01101 00010 000000 = R opcode 0 rs 0 rt 0 rd 13 shamt 2 funct 00 = 00006880