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

Method iny

nes/cpu.go:709–712  ·  view source on GitHub ↗

INY - Increment Y Register

(info *stepInfo)

Source from the content-addressed store, hash-verified

707
708// INY - Increment Y Register
709func (cpu *CPU) iny(info *stepInfo) {
710 cpu.Y++
711 cpu.setZN(cpu.Y)
712}
713
714// JMP - Jump
715func (cpu *CPU) jmp(info *stepInfo) {

Callers

nothing calls this directly

Calls 1

setZNMethod · 0.95

Tested by

no test coverage detected