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

Method sei

nes/cpu.go:864–866  ·  view source on GitHub ↗

SEI - Set Interrupt Disable

(info *stepInfo)

Source from the content-addressed store, hash-verified

862
863// SEI - Set Interrupt Disable
864func (cpu *CPU) sei(info *stepInfo) {
865 cpu.I = 1
866}
867
868// STA - Store Accumulator
869func (cpu *CPU) sta(info *stepInfo) {

Callers 1

brkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected