GNUSim8085 is a graphical simulator for the Intel 8085 microprocessor. It contains an inline assembler and a debugger.
| Tags | education Scientific/Engineering Software Development Assemblers Embedded Systems Interpreters Emulators Hardware Desktop Environment GNOME |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Unix |
| Implementation | C C++ |
Recent releases


Changes: GtkSourceView is now used as the editor component. GTK+ widgets are now used instead of GNOME widgets. The instruction added using the keypad now has single space (' ') instead of tabs ('\t') as the field separator. 'make distcheck' was fixed along with the Debian build. The configure script no longer exits silently after checking for GNOME. Missing keywords were included in the 8085asm.lang file. Bugs in the PCHL and DAA instructions were fixed.


Changes: The text widget doesn't work in newer version of GNOME. This was fixed by updating to Scintilla 1.66. This release has a PUSH/POP PSW operation fix.


Changes: This version adds translation support, fixes compilation errors in string.h, and removes gdk** function calls.


Changes: A lot of instruction bugs were fixed. ACI, ADD/SUB instructions like add-with-carry, and all instructions that affect the carry flag were buggy and have been fixed. A fatal error in the callback for saving the listing windows was also fixed. Pango is now used for rendering labels.


Changes: A keypad feature has been added, allowing instructions to be entered by clicking on the buttons. A crash bug has also been fixed, to some extent.