MCPcopy Create free account
hub / github.com/fogleman/nes / stepInfo

Struct stepInfo

nes/cpu.go:418–422  ·  view source on GitHub ↗

stepInfo contains information that the instruction functions use

Source from the content-addressed store, hash-verified

416
417// stepInfo contains information that the instruction functions use
418type stepInfo struct {
419 address uint16
420 pc uint16
421 mode byte
422}
423
424// Step executes a single CPU instruction
425func (cpu *CPU) Step() int {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected