aboutsummaryrefslogtreecommitdiff
path: root/executor
AgeCommit message (Expand)Author
2022-02-11Check if file to read is really a fileHEADmasterdec05eba
2020-07-28Fix build issues in release modedec05eba
2020-07-25wip: function pointers and other stuffdec05eba
2020-07-25Switch signed<->unsigned asm instructions for logical opdec05eba
2020-07-25Add !=,<,<=,>,>=; both signed and notdec05eba
2020-07-25Implicit cast from str to ?&c_char, fix use of parameters (to use sys v regis...dec05eba
2020-07-25Add support for r8-r15 registers, pass args to registers directly (sys-v)dec05eba
2020-07-25Start on opengl test, fix stack alignment before call (sys-v)dec05eba
2020-07-25Allow referencing code in imported file (right now for function calls, allow ...dec05eba
2020-07-25Remove number of branches in executordec05eba
2020-07-25Add if/else/elseif/while, including the final assemblydec05eba
2020-07-25Add exported variable (only functions for now), export main func, start execu...dec05eba
2020-07-25Move thread work from compiler/parser to thread_work file, fix use after free...dec05eba
2020-07-25Cleanup on test failuredec05eba
2020-07-25Add extern funcs, parameter registers, fix asm_rm RSP bugdec05eba
2020-07-25Implement more instructions, implement function parameters and argumentsdec05eba
2020-07-25Add asm debugdec05eba
2020-07-25Move program code generation and execution out of program (make it generic)dec05eba
2020-07-25Before interpreter. Cleanup build script. Begin writing code analyzer tool to...dec05eba