old-SuperVM/libvm
2016-07-01 19:58:34 +02:00
..
as Adds untested binary support to assembler. 2016-07-01 19:38:10 +02:00
bin Fixes end-of-file bug in as.c. Adds build script. 2016-07-01 17:15:21 +02:00
build.bat Makes as.c windows-compatible. 2016-07-01 19:18:19 +02:00
disassembler.c Fixes windows compatibility. 2016-07-01 19:01:09 +02:00
disassembler.h Splits disassembler from expdump, adds disassembler options. Adds better assembler interface, adds option for outputting the generated listings. 2016-07-01 09:06:55 +02:00
emulator.c Fixes windows compatibility. 2016-07-01 19:01:09 +02:00
exp.h Adds better packing defines. 2016-06-29 18:03:31 +02:00
expdump.c Splits disassembler from expdump, adds disassembler options. Adds better assembler interface, adds option for outputting the generated listings. 2016-07-01 09:06:55 +02:00
explink.c Adds usability features. 2016-07-01 19:29:43 +02:00
getopt.c Adds visual studio project. 2016-06-29 19:18:48 +02:00
getopt.h Adds visual studio project. 2016-06-29 19:18:48 +02:00
Makefile fix BSD build 2016-07-01 19:58:34 +02:00
mnemonics.c Improves emulator: Adds getopt with debug and visual mode. Adds cmpi mnemonic and changes semantic of cmp. 2016-07-01 10:28:25 +02:00
mnemonics.h Introduces shared mnemonics file. Adds assembler. Restructures makefile to build into bin/ folder. 2016-06-30 16:55:54 +02:00
test.asm Adds test program with screen clear routine. 2016-07-01 17:17:11 +02:00
vm.c Adds windows build script, adds section start to explink, improves decompilation with expdump. 2016-06-30 11:22:32 +02:00
vm.h Adds better packing defines. 2016-06-29 18:03:31 +02:00