Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/nes
/ dey
Method
dey
nes/cpu.go:684–687 ·
view source on GitHub ↗
DEY - Decrement Y Register
(info *stepInfo)
Source
from the content-addressed store, hash-verified
682
683
// DEY - Decrement Y Register
684
func
(cpu *CPU) dey(info *stepInfo) {
685
cpu.Y--
686
cpu.setZN(cpu.Y)
687
}
688
689
// EOR - Exclusive OR
690
func
(cpu *CPU) eor(info *stepInfo) {
Callers
nothing calls this directly
Calls
1
setZN
Method · 0.95
Tested by
no test coverage detected