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

Function cpu_write_index_high

core/cpu.c:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 return cpu.registers.index[cpu.PREFIX].h;
190}
191static void cpu_write_index_high(uint8_t value) {
192 cpu.registers.index[cpu.PREFIX].h = value;
193}
194
195static uint32_t cpu_read_index(void) {
196 return cpu.registers.index[cpu.PREFIX].hl;

Callers 2

cpu_write_regFunction · 0.85
cpu_write_reg_prefetchedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected