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

5 commits

Author SHA1 Message Date
54c7a35b8f
vm/cpu.c: use the error() function from error.h 2019-07-31 12:32:05 +02:00
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
48d03c85a0
vm/cpu.c: remove CPU_FLAGS_HALT. defined in cpu.h 2019-04-16 15:00:18 +02:00
5416d2b4d8
Updating copyright year. 2019-01-04 20:31:05 +01:00
d73e2ab710
move /src/as to /as and /src to /vm 2018-12-18 13:29:18 +01:00
Renamed from src/cpu.c (Browse further)