Release Notes – v1.0.1
Version: `v1.0.01
Author: Tahmid Choudhury (@Tahmid019)
Overview
This release introduces the first public preview of the 8085 Emulator and Simulator. It is intended for early adopters and developers to explore core functionalities and provide feedback.
Key Features
Optimized 8085 Compiler
Supports basic 8085 assembly instructions with improved parsing and execution accuracy.
Live Register View
- Displays real-time values of registers:
A,B,C,D,E,H,L,M,PC,SP - Dynamic flag updates:
Z,S,P,CY,AC - Automatically updates with every instruction execution
- Onboard Code editor and File uploader
Memory Viewer
- Visualizes full memory range:
0000H – FFFFH - Highlights real-time memory changes
- Useful for debugging memory-based operations like:
MOV M, CSTA- and others
Memory Editor
- Edit memory at any address manually
- Supports:
- Custom hex value entry
- Overwriting pre-loaded program data
- Immediate reflection of memory changes in simulation
Experimental Features (In Progress)
- Step-by-step execution mode
- Manual PC jump for custom execution control
- Optimization of Control Flow
- Inclusion of Modern Instructions
- Timing and Control Unit
Known Limitations
- There is no Control flow checker
-
- User is responsible for error in code logic
- Some edge case instruction errors under review
(Fixes planned in future updates)
Installation & Usage
- Download the
.exefrom the Releases section - Run the file directly on Windows
- Start simulating 8085 programs interactively
Feedback & Contributions
- This is the 1st release — your feedback is highly valuable!
- Found a bug? Report it in Issues
- Have suggestions? Start a Discussion or contact via email

Developed By
Tahmid Choudhury
GitHub: @Tahmid019
Full Changelog: version_1.0.0...version_1.0.1