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

Function cpu_prefetch_discard

core/cpu.c:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 return value;
77}
78static void cpu_prefetch_discard(void) {
79 mem_read_cpu(cpu_address_mode(cpu.registers.PC + 1, cpu.ADL), true);
80}
81static int8_t cpu_fetch_offset(void) {
82 return (int8_t)cpu_fetch_byte();
83}

Callers 2

cpu_trap_rewindFunction · 0.85
cpu_executeFunction · 0.85

Calls 2

mem_read_cpuFunction · 0.85
cpu_address_modeFunction · 0.85

Tested by

no test coverage detected