8085 Simulator Ultimate icon

8085 Simulator Ultimate

8.1 for Android
4.3 | 50,000+ Installs | Reviews

Abhilas Biswas

Description of 8085 Simulator Ultimate

####Tutorial Old: https://youtu.be/-i3FLKezNqg
"Touch Every Byte of Data"
This is the 8085 Ultimate for Simulating 8085 Assembly Code, Translating Assembly code to Machine code, Translating Machine code to Assembly code Just in a moment.
*. Write Code in the editor.
*. Load Code.
*. Run The program from loaded address.
Result will be updated automatically after execution of each instruction to the Status panel (Top Navigation) , the Data Manager (Left Navigation) , and to the I/O Port manager (Right Navigation).
***The Features***
*.1. Quick write or open a program, Load a Run.
*.2. Write Multiple program in multiple tab and execute in the same stack.
*.3. Set multiple default load and run address.
*.4. Code Suggestion.
*.5. Modify any memory cell from the data manager window just double taping on it.
*.6. Easy Memory Navigation.
*.7. Live status update.
*.8. Access Trainer Kit From the same window.
*.9. STEP wise execution from Trainer Kit.
*.10. INT5.5, INT6.5, INT7.5, 8bit Port & Serial communication Port to the Right side navigation.
*.11. Many build in examples.
*.12. Reference of every Single instruction.
########
######## The app is Completely Free. There is no Advertisement Or Any Kind of App purchases. Just Download and the app is Yours!
Note: For any problem inform me through mail or Facebook , problem will be solved.
#### The app Update has been Submitted and Will Be Live Soon.
#### Solved App Crashes Issue
#### Updated Full Execution Engine
#### Please do a mail for any kind of issue.
#### Definitely we will try to Solve it.
#### Next I Wish to Make A General Microprocessor app where you can design your own Micro Processor. If anyone Interested Inform us through mail.
***This is My First App, Please Rate this application and Share with others***

What's New with 8085 Simulator Ultimate 8.1

-Reverse execution added
-Command description added
-Status improved
-Fixed some issues
-Fixed "PSW"
-Fixed register pairs
-Fixed "force to close" on some devices.

Information

  • Category:
    Education
  • Latest Version:
    8.1
  • Updated:
    2021-03-29
  • File size:
    8.1MB
  • Requirements:
    Android 4.0.3 or later
  • Developer:
    Abhilas Biswas
  • ID:
    com.ablsoftech.mp_8085
  • Available on:
Reviews
  • avatar
    Now it's working really nice. Thank you!
    2020-09-22 06:58
  • avatar
    Simple 8-bit addition ASSUME CS:CODE,DS:DATA DATA SEGMENT A DB 43H B DB 34H SUM DB ? CARRY DB ? DATA ENDS CODE SEGMENT START: MOV AX,DATA MOV DS,AX MOV AL,A MOV BL,B XOR AH,AH ADD AL,BL JNC L1 INC AH L1:MOV SUM,AL MOV CARRY,AH INT 03H CODE ENDS END START Kindly give instructions to load and run
    2020-09-03 07:06
  • avatar
    Really....this app is a good learning resource...btw how do you declare data in assembly in this app...
    2020-07-28 04:18
  • avatar
    Super app. Very serious.
    2020-05-29 04:25
  • avatar
    It's very helpful in understanding the concepts of microprocessor by doing the programming myself...
    2020-03-16 01:37
  • avatar
    Grand Salute to the developer. One request please make 8086 as well.
    2020-03-13 05:38