12345678910111213141516 |
- GNUSim8085 is a 8085 microprocessor simulator with the following
- features:
- - A simple editor component with syntax highlighting.
- - A keypad to input assembly language instructions with appropriate
- arguments.
- - Easy view of register contents.
- - Easy view of flag contents.
- - Hexadecimal <--> Decimal converter.
- - View of stack, memory and I/O contents.
- - Support for breakpoints for programming debugging.
- - Stepwise program execution.
- - One click conversion of assembly program to opcode listing.
- - Printing support.
- - UI translated in various languages.
|