Commit Graph

20 Commits

Author SHA1 Message Date
Dmitry Petukhov 6469f90d9c
make asm print labels as `:label ; offset = xx` 2019-10-11 12:54:21 +05:00
Jeremiah Orians f513b3f6ac
Release 0.1.0 2018-03-20 20:45:33 -04:00
Jeremiah Orians ae9ee1df10
Fixed bug in Prototype assembler which did the wrong thing with
'FF FF FF FF' strings
2017-12-23 19:57:39 -05:00
Jeremiah Orians 0ad7d92437
Added program for finding characters invisible to human readers 2017-12-17 19:08:37 -05:00
Jeremiah Orians db2bc37f1d
Release 0.0.8 2017-06-17 22:51:28 -04:00
Jeremiah Orians 2785f8b59f
Improved asm tool for debugging tricky assembly programs 2017-05-14 09:37:33 -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 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 d4d27b2330
Add support for NOT Opcode to assembler and disassembler 2016-10-01 15:43:40 -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 b83681adb3
Added a high level prototype for absolute address storage, to simplify creation of larger binaries 2016-08-29 21:01:38 -04:00
Jeremiah Orians c500eea1f5
Force All strings to be a multiple of 4 bytes in length, pad with Zeros 2016-08-21 15:10:15 -04:00
Jeremiah Orians 639f429c90
Fixed regression caused by missed rename and added support for absolute addressing to prototype assembler 2016-08-20 14:04:58 -04:00
Jeremiah Orians da69a3c18b
Incorporated Additional Push and Pop instructions 2016-08-12 01:11:08 -04:00
Jeremiah Orians 172fb99371
Minor organizational change 2016-07-27 17:55:38 -04:00