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

4 commits

Author SHA1 Message Date
02ec1e1215 Update copyright year and email 2023-11-25 15:04:24 +01: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
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.h (Browse further)