| 193 | } |
| 194 | |
| 195 | static uint32_t cpu_read_index(void) { |
| 196 | return cpu.registers.index[cpu.PREFIX].hl; |
| 197 | } |
| 198 | static void cpu_write_index(uint32_t value) { |
| 199 | cpu.registers.index[cpu.PREFIX].hl = value; |
| 200 | } |
no outgoing calls
no test coverage detected