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

Method php

nes/cpu.go:774–776  ·  view source on GitHub ↗

PHP - Push Processor Status

(info *stepInfo)

Source from the content-addressed store, hash-verified

772
773// PHP - Push Processor Status
774func (cpu *CPU) php(info *stepInfo) {
775 cpu.push(cpu.Flags() | 0x10)
776}
777
778// PLA - Pull Accumulator
779func (cpu *CPU) pla(info *stepInfo) {

Callers 3

nmiMethod · 0.95
irqMethod · 0.95
brkMethod · 0.95

Calls 2

pushMethod · 0.95
FlagsMethod · 0.95

Tested by

no test coverage detected