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

Function cpu_read_index_high

core/cpu.c:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static uint8_t cpu_read_index_high(void) {
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}

Callers 2

cpu_read_regFunction · 0.85
cpu_read_reg_prefetchedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected