Jimmat Apps

Assembly Emulator 0.46
Jimmat
This application is an assembly emulator. Theuser can develop, "compile" and execute assembly programs.Currently there is only support for Mips assembly but moreassembly languages will be implemented.Download this application if you have some basic programmingexperience or if you wish to learn assembly programming otherwiseit will not be usefull to you at all.Please visit wikipedia for more info on Mips assembly. You canalso find code samples with detailed comments in the applicationwebpage. For a brief documentation read this: https://sites.google.com/site/assemblyemulatorforandroid/documentationThis emulator has been designed to be fast and efficient. It canexecute hundreds of thousands instructions per second just by usingthe power of your phone arm processor. For example a typical highend smartphone can execute roughly 1.5 million instructions persecond and a 4 year old phone more than 200K instructions persecond. Also it has been designed to be completely independent ofany assembly language and architecture. As a result it will be veryeasy to add more assembly languages or even allow the user tospecify his / her own assembly language.For more information visit the application webpage.