]> Chaos Git - corbenik/corbenik.git/commit
Partially implement the interpreter (works for sigs)
authorchaoskagami <chaos.kagami@gmail.com>
Thu, 2 Jun 2016 10:38:27 +0000 (06:38 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Thu, 2 Jun 2016 10:38:27 +0000 (06:38 -0400)
commitfeab39316431f2fa7b27b338dc2717fa1e20152d
tree1b9157340e3a45a46d31f127b71849f37591571d
parent9957dc3ff8120a1064c05c5e4eeeaa55a35ed5a0
Partially implement the interpreter (works for sigs)
15 files changed:
Makefile
doc/bytecode.md
doc/compiling.md
doc/nonos.md
host/bytecode_asm.py
patch/Makefile
patch/sig.pco
source/firm/fcram.h
source/interp.c [new file with mode: 0644]
source/interp.h [new file with mode: 0644]
source/patch/patch_file.h
source/patch/sig.c
source/patch_format.h
source/std/abort.h
source/std/draw.c