gnusim8085-devel team mailing list archive
-
gnusim8085-devel team
-
Mailing list archive
-
Message #00427
[Bug 1094094] [NEW] the application hangs
Public bug reported:
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
** Affects: gnusim8085
Importance: Undecided
Status: New
--
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
Follow ups
References