Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
785
func
(cpu *CPU) plp(info *stepInfo) {
786
cpu.SetFlags(cpu.pull()&0xEF | 0x20)
787
}
788
789
// ROL - Rotate Left
790
func
(cpu *CPU) rol(info *stepInfo) {
Callers
nothing calls this directly
Calls
2
SetFlags
Method · 0.95
pull
Method · 0.95
Tested by
no test coverage detected