| 186 | } |
| 187 | |
| 188 | static uint8_t cpu_read_index_high(void) { |
| 189 | return cpu.registers.index[cpu.PREFIX].h; |
| 190 | } |
| 191 | static void cpu_write_index_high(uint8_t value) { |
| 192 | cpu.registers.index[cpu.PREFIX].h = value; |
| 193 | } |
no outgoing calls
no test coverage detected