Commit Graph

15 Commits

Author SHA1 Message Date
Jeremiah Orians 5493a77697
Enable POSIX-MODE in knight-vm for testing purposes 2019-02-28 22:43:47 -05:00
Jeremiah Orians 682b85e5dd
Solved the problem of testing knight-posix binaries 2019-02-26 21:53:32 -05:00
Jeremiah Orians c4cd93bc24
web IDE behavior enhancement 2017-09-16 13:44:38 -04:00
Jeremiah Orians cec59e8860
Fixed web debugger regression 2017-05-14 09:35:54 -04:00
Jeremiah Orians b61b90641b
Ends the question about Memory available for application development, default is now 16KB 2017-05-06 20:46:22 -04:00
Jeremiah Orians 87477db7eb
Added requested Copyright notices 2017-04-01 17:26:44 -04:00
Jeremiah Orians 5f6c7f82bc
Added license to all source files 2017-03-28 20:25:39 -04:00
Jeremiah Orians 32a401639e
Fixed Debug Point and expanded Memory to 2MB 2017-02-12 17:25:03 -05:00
Jeremiah Orians fd7c684e57
Incorporated improvements into IDE and adjusted changelog accordingly 2016-10-30 12:08:09 -04:00
Jeremiah Orians 1fa2f125f3
Increase amount of available memory to 4MB 2016-10-29 23:15:48 -04:00
Jeremiah Orians 4dee267164
Force IDE to use exact same Memory size as VM, to make finding invalid memory accesses faster 2016-10-01 21:43:08 -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 918dc95bdb
Extended Web IDE functionality to include Value setting 2016-08-11 23:09:02 -04:00
Jeremiah Orians da5c2a2442
Refactored out common code 2016-08-08 20:10:46 -04:00
Jeremiah Orians 7bffbe5b3d
A hastily cobbled together mess for starting development of Web Assembly IDE backend leveraging existing C code.
Compile via: gcc -ggdb -shared -Wl,-soname,libvm.so -o libvm.so -fPIC wrapper.c vm_instructions.c vm.h
Probably should use it to clean up a few things
2016-07-20 20:36:46 -04:00