1
2
3
MVI A 90
INR A
HLT
Memory
6969
3E
696A
90
696B
3C
696C
EF
A
91
B
00
C
00
D
00
E
00
H
00
L
00
8085 Assembly Simulator

Welcome to Intel 8085 assembly simulator.A real-time simulation of the Intel 8085 microprocessor. Track register values, flags, and execute assembly instructions step-by-step or in bulk.


Click Here to get a quick overview of the instruction set for 8085 processor.

Log
C
AC
P
Z
S
1
Stored given data 90 in register A.
2
Incremented the value of register A by 1 i.e. now it is 91.
Control