1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-16 03:44:55 +02:00
m16vm/src
2018-12-18 12:24:47 +01:00
..
as src/as/parser.c: fix typos. 2018-12-18 09:17:18 +01:00
cpu.c src/cpu.c: add M16_DEBUG_INSTR preprocessor macro to toggle debug output. 2018-11-25 11:38:11 +01:00
cpu.h src/cpu.c: alot of refactoring, store state in a struct. and make vm.c "own" the state. 2018-10-28 14:53:41 +01:00
instr_decode.c move src/instr.h to include/instr.h because it will be needed by assembler for code generation. 2018-11-01 18:34:35 +01:00
instr_decode.h move src/instr.h to include/instr.h because it will be needed by assembler for code generation. 2018-11-01 18:34:35 +01:00
mm.c Initial commit 2018-10-26 12:35:17 +02:00
mm.h Initial commit 2018-10-26 12:35:17 +02:00
program.c add program module 2018-10-31 17:53:07 +01:00
program.h add program module 2018-10-31 17:53:07 +01:00
syscall.c src/syscall: define write system call 2018-10-28 14:23:01 +01:00
syscall.h src/syscall: define write system call 2018-10-28 14:23:01 +01:00
vm.c src/vm.c: in print_regs() registers are signed 16 bits. 2018-12-14 14:08:50 +01:00