1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-16 03:44:55 +02:00
m16vm/src
2018-10-28 14:22:31 +01:00
..
cpu.c src/cpu: add the define "CPU_NUM_REGS" 2018-10-28 14:21:00 +01:00
cpu.h src/cpu: add the define "CPU_NUM_REGS" 2018-10-28 14:21:00 +01:00
instr.c src/instr: remove OP_SYSC_WR,OP_SYSC_RD in favor for OP_INT. 2018-10-28 14:22:31 +01:00
instr.h src/instr: remove OP_SYSC_WR,OP_SYSC_RD in favor for OP_INT. 2018-10-28 14:22:31 +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
syscall.c Initial commit 2018-10-26 12:35:17 +02:00
syscall.h Initial commit 2018-10-26 12:35:17 +02:00
vm.c src/vm.c: include unistd.h 2018-10-26 14:43:17 +02:00