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

Function cpu_read_index

core/cpu.c:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static uint32_t cpu_read_index(void) {
196 return cpu.registers.index[cpu.PREFIX].hl;
197}
198static void cpu_write_index(uint32_t value) {
199 cpu.registers.index[cpu.PREFIX].hl = value;
200}

Callers 4

cpu_index_addressFunction · 0.85
cpu_read_rpFunction · 0.85
cpu_read_rp3Function · 0.85
cpu_executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected