8085 Instruction Set Simulator

This help file is still incomplete..... If someone is interested please complete it

What is this program

System Calls

Directives

Error Messages

 

 

What is this program

This is a great new visual way to run your 8085 assembly language programs.  Support is also available for the Intel SDK system calls. Hit the compile button to compile the assembly program and bring up the simulator. You can now debug or run your 8085 assembly program in the simulator. The simulator even supports the LED Display.

A sample program is

.setbyte 0x131,9

; display 0 1 2 3 ....
call display123

; A =0, system reset
mvi a,0

Also see