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

Function cpu_write_other_index

core/cpu.c:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 return cpu.registers.index[cpu.PREFIX ^ 1].hl;
212}
213static void cpu_write_other_index(uint32_t value) {
214 cpu.registers.index[cpu.PREFIX ^ 1].hl = value;
215}
216
217static uint32_t cpu_index_address(void) {
218 uint32_t value = cpu_read_index();

Callers 1

cpu_executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected