Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
709
func
(cpu *CPU) iny(info *stepInfo) {
710
cpu.Y++
711
cpu.setZN(cpu.Y)
712
}
713
714
// JMP - Jump
715
func
(cpu *CPU) jmp(info *stepInfo) {
Callers
nothing calls this directly
Calls
1
setZN
Method · 0.95
Tested by
no test coverage detected