CLI - Clear Interrupt Disable
(info *stepInfo)
| 641 | |
| 642 | // CLI - Clear Interrupt Disable |
| 643 | func (cpu *CPU) cli(info *stepInfo) { |
| 644 | cpu.I = 0 |
| 645 | } |
| 646 | |
| 647 | // CLV - Clear Overflow Flag |
| 648 | func (cpu *CPU) clv(info *stepInfo) { |
nothing calls this directly
no outgoing calls
no test coverage detected