Documentation
¶
Index ¶
Constants ¶
View Source
const ( // C is carry flag C flags = iota + 1 // H is half carry flag H // N is negative flag N // Z is zero flag Z )
Variables ¶
View Source
var EMPTY = &inst{0xFF, "EMPTY", 0, 1, func(cpu *CPU, operands []byte) {
}}
EMPTY is empty instruction
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.