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

Function cpu_push_byte

core/cpu.c:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 mem_write_cpu(cpu_address_mode(--cpu.registers.stack[mode].hl, mode), value);
136}
137static void cpu_push_byte(uint8_t value) {
138 cpu_push_byte_mode(value, cpu.L);
139}
140
141static void cpu_push_word(uint32_t value) {
142 if (cpu.L) {

Callers 1

cpu_push_wordFunction · 0.85

Calls 1

cpu_push_byte_modeFunction · 0.85

Tested by

no test coverage detected