stepInfo contains information that the instruction functions use
| 416 | |
| 417 | // stepInfo contains information that the instruction functions use |
| 418 | type stepInfo struct { |
| 419 | address uint16 |
| 420 | pc uint16 |
| 421 | mode byte |
| 422 | } |
| 423 | |
| 424 | // Step executes a single CPU instruction |
| 425 | func (cpu *CPU) Step() int { |
nothing calls this directly
no outgoing calls
no test coverage detected