Comment 3 for bug 579329

Revision history for this message
Bug Importer (bug-importer) wrote :

Logged In: NO

an opcode view might also benefit from some minor syntax highlighting to directly illustrate which bits correspond to the given mnemonic,and which ones correspond to the operands - for example in the opcode view, differentiate between mnemonic and operands, and use the same colors for the corresponding opcode bits. This would be useful while learning the ISA of the 8085, because it would be directly obvious how mnemonics translate to their opcode equivalents.

Also, some users might be interested in saving a hex dump of the created opcodes to a file, to use gnusim8085 as a simple assembler for creating programs that they can upload to their real hardware