debjitbis08 / sim8085

Online 8085 simulator

Home Page:https://www.sim8085.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program terminated with errors!

gauravparashar opened this issue · comments

When I executed the instruction
LXI SP,0001
It gave me an error:
Program terminated with errors!

This is most probably due to some unimplemented intruction in the simulator itself. Currently, the instructions RIM, RST, IN, DI are not supported. Please look at the JavaScript console to know more details.

I think a HLT at the end should fix it.