MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / cpu_clear_context

Function cpu_clear_context

core/cpu.c:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43static eZ80atomics_t cpu_atomics;
44
45static void cpu_clear_context(void) {
46 cpu.PREFIX = cpu.SUFFIX = 0;
47 cpu.L = cpu.ADL;
48 cpu.IL = cpu.ADL;
49}
50
51static void cpu_inst_start(void) {
52 cpu_clear_context();

Callers 2

cpu_inst_startFunction · 0.85
cpu_trap_rewindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected