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

Method cpy

nes/cpu.go:665–668  ·  view source on GitHub ↗

CPY - Compare Y Register

(info *stepInfo)

Source from the content-addressed store, hash-verified

663
664// CPY - Compare Y Register
665func (cpu *CPU) cpy(info *stepInfo) {
666 value := cpu.Read(info.address)
667 cpu.compare(cpu.Y, value)
668}
669
670// DEC - Decrement Memory
671func (cpu *CPU) dec(info *stepInfo) {

Callers

nothing calls this directly

Calls 2

compareMethod · 0.95
ReadMethod · 0.65

Tested by

no test coverage detected