GNUSim8085
From Wikipedia, the free encyclopedia
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (February 2012) |
GNUSim8085 - debugging the N-queens program. |
|
| Original author(s) | Sridhar Ratnakumar |
|---|---|
| Initial release | 2003, 8–9 years ago |
| Stable release | 1.3.7 / February 20, 2011 |
| Development status | Active |
| Written in | C |
| Operating system | GNU/Linux, Microsoft Windows |
| Available in | English, Arabic, Asturian, Brazilian Portuguese, Esperanto, French, German, Greek, Gujarati, Italian, Kannada, Spanish, Tamil |
| Type | Computer simulation |
| License | GNU General Public License |
| Website | www.gnusim8085.org |
GNUSim8085 is a graphical simulator, assembler and debugger for the Intel 8085 microprocessor in GNU/Linux and Windows. It is among the 20 winners of the FOSS India Awards announced on February, 2008.[1]
Contents |
[edit] Features
[edit] Editor
- Program editor with interactive input wizard for all the standard instructions
- Syntax highlighting in editor to distinguish between instructions, operands, comments etc.
- A separate opcode view which displays assembled code in hex
[edit] Assembler
- Support for all standard instructions of the 8085
- Support for popular assembler directives
[edit] Debugger
- Complete view of registers and flags
- Support for breakpoints
- Step by step execution/debugging of program
- Hex / Decimal Converter
- Runtime inspection of stack and source code variables defined
- Runtime inspection and manipulation of memory and I/O ports
[edit] Printing
- Printing of program from editor as well as assembled hex code (known not to work well in Windows)