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

Function cpu_read_index_low

core/cpu.c:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181static uint8_t cpu_read_index_low(void) {
182 return cpu.registers.index[cpu.PREFIX].l;
183}
184static void cpu_write_index_low(uint8_t value) {
185 cpu.registers.index[cpu.PREFIX].l = value;
186}

Callers 2

cpu_read_regFunction · 0.85
cpu_read_reg_prefetchedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected