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

Function cpu_write_sp

core/cpu.c:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 return cpu.registers.stack[cpu.L].hl;
176}
177static void cpu_write_sp(uint32_t value) {
178 cpu.registers.stack[cpu.L].hl = value;
179}
180
181static uint8_t cpu_read_index_low(void) {
182 return cpu.registers.index[cpu.PREFIX].l;

Callers 2

cpu_write_rpFunction · 0.85
cpu_executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected