Commit Graph

25 Commits

Author SHA1 Message Date
Fotis Georgatos 5edd86923a
typo: recieved -> received 2019-06-25 00:13:52 +02:00
Jeremiah Orians 50818a8350
Adding support for uname 2019-03-09 11:01:29 -05:00
Jeremiah Orians a4d2742e3e
Making disassembler more M2-Planet friendly 2019-03-02 10:23:23 -05:00
Jeremiah Orians 50cdb0c046
Started to provide an example posix HALCODE interface on the pattern
of AMD64 Linux syscalls
2019-03-01 20:24:55 -05:00
Jeremiah Orians f513b3f6ac
Release 0.1.0 2018-03-20 20:45:33 -04:00
Jeremiah Orians 35d15cf61d
Add more strict enforcement of behavior when invalid instructions are executed 2017-12-30 13:00:18 -05:00
Jeremiah Orians 21239523bd
Fixed bug in PUSHR 2017-12-24 13:13:36 -05:00
Jeremiah Orians 41eb315dd3
Preparing for large and small register tests 2017-12-11 22:55:03 -05:00
Jeremiah Orians db2bc37f1d
Release 0.0.8 2017-06-17 22:51:28 -04:00
Jeremiah Orians 2e804b9c01
Improving Memory documentation 2017-05-06 21:21:18 -04:00
Jeremiah Orians 87477db7eb
Added requested Copyright notices 2017-04-01 17:26:44 -04:00
Jeremiah Orians b7f25ea1d9
Removed pack/unpack instructions to simplify deployment of VM 2017-03-31 14:47:19 -04:00
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