MCPcopy Create free account

hub / github.com/fogleman/nes / functions

Functions388 in github.com/fogleman/nes

Methodbvs
BVS - Branch if Overflow Set
nes/cpu.go:625
Methodclc
CLC - Clear Carry Flag
nes/cpu.go:633
Methodcld
CLD - Clear Decimal Mode
nes/cpu.go:638
Methodcli
CLI - Clear Interrupt Disable
nes/cpu.go:643
Methodclv
CLV - Clear Overflow Flag
nes/cpu.go:648
Methodcmp
CMP - Compare
nes/cpu.go:653
Methodcpx
CPX - Compare X Register
nes/cpu.go:659
Methodcpy
CPY - Compare Y Register
nes/cpu.go:665
Methoddcp
(info *stepInfo)
nes/cpu.go:935
Methoddec
DEC - Decrement Memory
nes/cpu.go:671
Methoddex
DEX - Decrement X Register
nes/cpu.go:678
Methoddey
DEY - Decrement Y Register
nes/cpu.go:684
Methodeor
EOR - Exclusive OR
nes/cpu.go:690
Methodinc
INC - Increment Memory
nes/cpu.go:696
Functioninit
()
ui/font.go:15
Functioninit
()
ui/run.go:19
Functioninit
()
ui/util.go:25
Functioninit
()
nes/apu.go:35
Functioninit
()
nes/palette.go:7
Methodinx
INX - Increment X Register
nes/cpu.go:703
Methodiny
INY - Increment Y Register
nes/cpu.go:709
Methodisc
(info *stepInfo)
nes/cpu.go:938
Methodjmp
JMP - Jump
nes/cpu.go:715
Methodjsr
JSR - Jump to Subroutine
nes/cpu.go:720
Methodkil
(info *stepInfo)
nes/cpu.go:941
Methodlas
(info *stepInfo)
nes/cpu.go:944
Methodlax
(info *stepInfo)
nes/cpu.go:947
Methodlda
LDA - Load Accumulator
nes/cpu.go:726
Methodldx
LDX - Load X Register
nes/cpu.go:732
Methodldy
LDY - Load Y Register
nes/cpu.go:738
Methodlsr
LSR - Logical Shift Right
nes/cpu.go:744
Functionmain
()
main.go:13
Functionmain
()
util/roms.go:28
Methodnop
NOP - No Operation
nes/cpu.go:759
MethodonChar
(window *glfw.Window, char rune)
ui/menuview.go:93
MethodonKey
(window *glfw.Window, key glfw.Key, scancode int, action glfw.Action, mods glfw.ModifierKey)
ui/gameview.go:96
Methodora
ORA - Logical Inclusive OR
nes/cpu.go:763
Methodoutput
()
nes/apu.go:488
Methodoutput
()
nes/apu.go:595
Methodoutput
()
nes/apu.go:726
Methodoutput
()
nes/apu.go:864
Methodpha
PHA - Push Accumulator
nes/cpu.go:769
Methodpla
PLA - Pull Accumulator
nes/cpu.go:779
Methodplp
PLP - Pull Processor Status
nes/cpu.go:785
MethodreadRegister
(address uint16)
nes/apu.go:205
Methodrla
(info *stepInfo)
nes/cpu.go:950
Methodrol
ROL - Rotate Left
nes/cpu.go:790
Methodror
ROR - Rotate Right
nes/cpu.go:807
Methodrra
(info *stepInfo)
nes/cpu.go:953
Methodrti
RTI - Return from Interrupt
nes/cpu.go:824
Methodrts
RTS - Return from Subroutine
nes/cpu.go:830
Methodsax
(info *stepInfo)
nes/cpu.go:956
Methodsbc
SBC - Subtract with Carry
nes/cpu.go:835
Methodsec
SEC - Set Carry Flag
nes/cpu.go:854
Methodsed
SED - Set Decimal Flag
nes/cpu.go:859
Methodshx
(info *stepInfo)
nes/cpu.go:959
Methodshy
(info *stepInfo)
nes/cpu.go:962
Methodslo
(info *stepInfo)
nes/cpu.go:965
Methodsre
(info *stepInfo)
nes/cpu.go:968
Methodsta
STA - Store Accumulator
nes/cpu.go:869
MethodstepEnvelope
()
nes/apu.go:436
MethodstepEnvelope
()
nes/apu.go:703
MethodstepLength
()
nes/apu.go:470
MethodstepLength
()
nes/apu.go:578
MethodstepLength
()
nes/apu.go:720
MethodstepSweep
()
nes/apu.go:453
MethodstepTimer
()
nes/apu.go:427
MethodstepTimer
()
nes/apu.go:567
MethodstepTimer
()
nes/apu.go:685
MethodstepTimer
()
nes/apu.go:818
Methodstx
STX - Store X Register
nes/cpu.go:874
Methodsty
STY - Store Y Register
nes/cpu.go:879
Methodtas
(info *stepInfo)
nes/cpu.go:971
Methodtax
TAX - Transfer Accumulator to X
nes/cpu.go:884
Methodtay
TAY - Transfer Accumulator to Y
nes/cpu.go:890
Methodtsx
TSX - Transfer Stack Pointer to X
nes/cpu.go:896
Methodtxa
TXA - Transfer X to Accumulator
nes/cpu.go:902
Methodtxs
TXS - Transfer X to Stack Pointer
nes/cpu.go:908
Methodtya
TYA - Transfer Y to Accumulator
nes/cpu.go:913
MethodwriteControl
(value byte)
nes/apu.go:398
MethodwriteControl
(value byte)
nes/apu.go:551
MethodwriteControl
(value byte)
nes/apu.go:666
MethodwriteControl
(value byte)
nes/apu.go:793
MethodwriteLength
(value byte)
nes/apu.go:680
MethodwriteRegister
(address uint16, value byte)
nes/apu.go:215
MethodwriteTimerHigh
(value byte)
nes/apu.go:560
MethodwriteTimerLow
(value byte)
nes/apu.go:556
Methodxaa
(info *stepInfo)
nes/cpu.go:974
← previous301–388 of 388, ranked by callers