-
The other two patches (support for character literals and support for DW) can actually be committed without any risk after sanitizing the whitespaces.
The specific patch needs more thought on how is it supposed to be offered to the end user. There is no GUI. Should it be just one more executable that is produced after make? In that case, it won't be a lot of work to write a little bit of...
2009-09-06 19:06:18 UTC in GNU 8085 Simulator
-
I have created a custom simulation engine that does some kind of primitive unit testing on 8085 programs. I am attaching an archive with a source file and a Makefile, which both should be placed inside src. After making the initial project, one can make -f Makefile.unit-test the additional executable from inside src directory. Please be aware that it may be possible that you need to setup the...
2009-09-06 15:48:03 UTC in GNU 8085 Simulator
-
Support for DW pseudo opcode. I am attaching the patch that I have created.
2009-09-06 15:36:39 UTC in GNU 8085 Simulator
-
Add support for character literals, e.g. mvi a, '0'. I submit a patch that I am using for the same purpose. It does not support escape sequences, e.g. \n, \r, etc. Also, please have in mind that there may be some problems with tabs and spaces in my patch.
2009-09-06 15:34:46 UTC in GNU 8085 Simulator