← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 579324] Re: Memory/IO Ports Grid Inspector

 

Consider the followig example:


;<smc.mov>
; this program lacks a hlt instruction in its source code
; so it will patch its own memory and write the hlt opcode (0x76 or 118 dec)
; to the end of the program

;code
start: nop
 lxi h,118
 shld end

end: nop

; anything below this will never get executed
jmp end 		; infinite loop

-- 
Memory/IO Ports Grid Inspector
https://bugs.launchpad.net/bugs/579324
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.

Status in gnusim8085: Fix Committed

Bug description:
I've been using another 8085 simulator under Windows, and it includes a handy feature, it's a grid that shows memory address, io ports, and its values. I've included some screenshots. gnusim8085 includes a data inspector, but for using it you need to set variable names, and other couple of stuff.

http://img263.imageshack.us/img263/541/sim8085hn1.jpg

I'll give it a try to develop somthing like that, but I'm not really good with GTK programming. I've just found this other project, but it seems to be dead, there is no code, or releases, but the screenshot includes something similar to what I mean. It also shows something related to this feature request http://sourceforge.net/tracker/index.php?func=detail&aid=820508&group_id=86462&atid=579702

https://sourceforge.net/projects/gsim85
https://sourceforge.net/dbimage.php?id=39894