MCPcopy
hub / github.com/fogleman/nes / plp

Method plp

nes/cpu.go:785–787  ·  view source on GitHub ↗

PLP - Pull Processor Status

(info *stepInfo)

Source from the content-addressed store, hash-verified

783
784// PLP - Pull Processor Status
785func (cpu *CPU) plp(info *stepInfo) {
786 cpu.SetFlags(cpu.pull()&0xEF | 0x20)
787}
788
789// ROL - Rotate Left
790func (cpu *CPU) rol(info *stepInfo) {

Callers

nothing calls this directly

Calls 2

SetFlagsMethod · 0.95
pullMethod · 0.95

Tested by

no test coverage detected