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

Function cpu_pop_byte_mode

core/cpu.c:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static uint8_t cpu_pop_byte_mode(bool mode) {
129 return mem_read_cpu(cpu_address_mode(cpu.registers.stack[mode].hl++, mode), false);
130}
131static uint8_t cpu_pop_byte(void) {
132 return cpu_pop_byte_mode(cpu.L);
133}

Callers 2

cpu_pop_byteFunction · 0.85
cpu_returnFunction · 0.85

Calls 2

mem_read_cpuFunction · 0.85
cpu_address_modeFunction · 0.85

Tested by

no test coverage detected