summaryrefslogtreecommitdiff
path: root/src/virtualmachine/VirtualMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-20Remove old unfinished virtual machine and Lua bindings for itSimon Robertshaw1-405/+0
2013-05-11D:mniip1-1/+1
2012-09-16fix some errors in visual studiojacob11-1/+2
2012-09-15Fix file reading, fix ARG implementationSimon Robertshaw1-1/+1
2012-09-14Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ...Simon Robertshaw1-25/+142
2012-09-13Some progress on JIT - no syscalls yetSimon Robertshaw1-2/+5
2012-09-09More VM syscallsSimon Robertshaw1-9/+5
2012-09-09Allow terminating the VMSimon Robertshaw1-0/+5
2012-09-09MergeSimon Robertshaw1-0/+1
2012-09-09Move opcodes and syscalls out of main virtualmachine coeeSimon Robertshaw1-442/+60
2012-09-09Preserve stack pointer after VirtualMachine::Call()Simon Robertshaw1-5/+8
2012-09-09Virtual machineSimon Robertshaw1-0/+664