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