Commit Graph

13 Commits

Author SHA1 Message Date
Jeremiah Orians 5f6c7f82bc
Added license to all source files 2017-03-28 20:25:39 -04:00
Jeremiah Orians a2a29f1646
Made out of world messages more useful for troubleshooting 2016-10-30 20:33:45 -04:00
Jeremiah Orians bfde853549
Added bountry checking on memory access to ensure out of bounds access does not occur 2016-10-30 12:03:24 -04:00
Jeremiah Orians b65c866e75
Incorporated 3OP CMPJUMP instructions 2016-10-29 09:52:31 -04:00
Jeremiah Orians 1b1b94a121
Corrected naming of CMPJUMP(u) to CMPJUMP(u)I to match current naming standard 2016-10-29 09:06:57 -04:00
Jeremiah Orians 558392977f
Incorporated 2OP CMPSKIP instructions 2016-10-29 08:51:20 -04:00
Jeremiah Orians 73651b577e
Fixed typo of CMPSKIP(u) to CMPSKIP(u)I which is required per the naming convention 2016-10-29 07:03:25 -04:00
Jeremiah Orians b14ab2c6a5
Added Missing OPCODE NOT 2016-10-01 12:27:32 -04:00
Jeremiah Orians 14c6ea8440
Implemented bit optimization group and updated assembler, disassembler and M0 definitions to reflect the change 2016-09-03 21:02:44 -04:00
Jeremiah Orians 7fc352944d
Added dynamic tracing capability to vm 2016-09-03 17:35:06 -04:00
Jeremiah Orians bd803a996b
Fixed minor user interaction bug in Development mode and fixed the continued execution of a Halted vm in the IDE 2016-08-24 19:26:45 -04:00
Jeremiah Orians da69a3c18b
Incorporated Additional Push and Pop instructions 2016-08-12 01:11:08 -04:00
Jeremiah Orians da5c2a2442
Refactored out common code 2016-08-08 20:10:46 -04:00