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

Function cpu_write_index_low

core/cpu.c:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}
187
188static uint8_t cpu_read_index_high(void) {
189 return cpu.registers.index[cpu.PREFIX].h;

Callers 2

cpu_write_regFunction · 0.85
cpu_write_reg_prefetchedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected