gnusim8085-devel team mailing list archive
-
gnusim8085-devel team
-
Mailing list archive
-
Message #00473
[Bug 1094094] Re: the application hangs
Have you tried debugging this program? It seems to contain infinite
loop. In this scenario the simulator will keep running the program and
appear to be frozen. Not much we can do here.
--
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.
https://bugs.launchpad.net/bugs/1094094
Title:
the application hangs
Status in gnusim8085:
New
Bug description:
Hello , I am using Ubuntu 12.10 KDE and have installed gnusim8085
I ran the following code:(which assembled successfully) and the app hung!
;a program which copies the contents of a contiguous memory block to another
LXI B,50H;THE ADDRESS FOR BEGINNIG THE SEARCH
MVI L,05H
LXI D,70H
START: LDAX B
STAX D
INX D
INX B
DCX H
JNZ START
HLT
To manage notifications about this bug go to:
https://bugs.launchpad.net/gnusim8085/+bug/1094094/+subscriptions
References