MCPcopy Create free account
hub / github.com/fogleman/nes / cli

Method cli

nes/cpu.go:643–645  ·  view source on GitHub ↗

CLI - Clear Interrupt Disable

(info *stepInfo)

Source from the content-addressed store, hash-verified

641
642// CLI - Clear Interrupt Disable
643func (cpu *CPU) cli(info *stepInfo) {
644 cpu.I = 0
645}
646
647// CLV - Clear Overflow Flag
648func (cpu *CPU) clv(info *stepInfo) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected