the application hangs

Bug #1094094 reported by Mayan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gnusim8085
New
Undecided
Unassigned

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

Revision history for this message
Onkar Shinde (onkarshinde) wrote :

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.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.