1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-16 03:44:55 +02:00
Commit graph

13 commits

Author SHA1 Message Date
0a58a7857f
cpu: remove CPU_FLAGS_HALT (and flag variable from struct cpu_state).
we can get handle cpu halts without this flag. CPU's dont actually have these. exceptions are actually implemented as interrupts in real hardware.
2019-04-26 13:34:27 +02:00
76a72e6857
mm: change variable name from "memory" to "mm_base_addr" 2019-04-26 13:30:26 +02:00
e92b7ee551
vm/mm.c: remove base_addr variable, we can do the stuff with macros and pointer casts :) 2019-04-25 14:29:44 +02:00
67a272b715
vm/mm.c: convert check_bounds to a macro. 2019-04-23 11:12:37 +02:00
77a7c94451
vm/vm.c: include options in usage string. 2019-04-16 15:05:51 +02:00
48d03c85a0
vm/cpu.c: remove CPU_FLAGS_HALT. defined in cpu.h 2019-04-16 15:00:18 +02:00
c28be46ee3
vm/vm.c: better check-code for options (we should accept double dash "--" instead of single) 2019-04-01 19:34:12 +02:00
c27029001e
vm/vm.c: Use debug module and get flags from command line. 2019-01-29 14:08:31 +01:00
065e86e655
Adding debug module. 2019-01-29 14:07:57 +01:00
5416d2b4d8
Updating copyright year. 2019-01-04 20:31:05 +01:00
983ff56b93
updating some headers 2019-01-04 15:34:45 +01:00
e03154f249
vm/instr_decode.c: remove uncommented code 2019-01-04 15:10:03 +01:00
d73e2ab710
move /src/as to /as and /src to /vm 2018-12-18 13:29:18 +01:00