| 179 | } |
| 180 | |
| 181 | static uint8_t cpu_read_index_low(void) { |
| 182 | return cpu.registers.index[cpu.PREFIX].l; |
| 183 | } |
| 184 | static void cpu_write_index_low(uint8_t value) { |
| 185 | cpu.registers.index[cpu.PREFIX].l = value; |
| 186 | } |
no outgoing calls
no test coverage detected