• Assembly Emulator 1
  • Assembly Emulator 2
  • Assembly Emulator 3
  • Assembly Emulator 4

Assembly Emulator

This application is an assembly emulator. The user can develop, "compile" and execute assembly programs.
Currently there is only support for Mips assembly but more assembly languages will be implemented.

Download this application if you have some basic programming experience or if you wish to learn assembly programming otherwise it will not be usefull to you at all.

Please visit wikipedia for more info on Mips assembly. You can also find code samples with detailed comments in the application webpage. For a brief documentation read this: https://sites.google.com/site/assemblyemulatorforandroid/documentation

This emulator has been designed to be fast and efficient. It can execute hundreds of thousands instructions per second just by using the power of your phone arm processor. For example a typical high end smartphone can execute roughly 1.5 million instructions per second and a 4 year old phone more than 200K instructions per second. Also it has been designed to be completely independent of any assembly language and architecture. As a result it will be very easy to add more assembly languages or even allow the user to specify his / her own assembly language.

For more information visit the application webpage.

Category : Tools

Related searches

Reviews (15)

Dre. Jul 23, 2014     

This is good for simple MIPS ASM programs. but it doesn't seem to have support for .asciiz as in the full MIPS/SPIM

Nic. M. Apr 23, 2015     

This doesn't even interpret basic mips syntax or register names. li is non existent and other major instructions are missing. Great idea on paper, needs a lot of work.

Ayr. C. d. A. Apr 23, 2015     

Well, the idea is fine, and the initial impressions are great, but it still too simple. Need more work to support more complex instructions, directives, RAM & secondary memory, all that's needed for this kind of application.

Bra. P. Aug 26, 2016     

Patiently waiting on ram updates but besides that it has support for most of mips instructions (besides pseudo instructions like li, mov, etc..). Great start. It's definitely useful for learning on the go.

Dav. W. Jul 6, 2015     

None of the codes I put in work and there are no example codes to prove it works.

ND. Mar 27, 2016     

Does not actually work. Developer wasted their time.

Abd. A. Nov 4, 2017     

The choice of colors is really terrible

Ste. N. Oct 25, 2014     

That's some good work for a MIPS emulator

Pok. F. D. Oct 11, 2014     

Assembly On Android

sha. l. Jan 15, 2015     

Can't even save

A. G. u. Oct 29, 2013     

It would be great if the app allowed screen rotation, since that would make programming on devices with a physical keyboard easier.

Ros. G. Feb 10, 2014     

Excellent app for learning the assembler way of thinking... It is awesome. I cant wait for memory support!!

Dev. W. Jul 21, 2013     

Emulates assembly with amazing accuracy. A must download for any programmer

Jef. D. Aug 27, 2015     

Can't recognize .text label, main label, or li instruction

And. P. Nov 8, 2017     

Doesn't recognize asciiz