Documentation
¶
Index ¶
Constants ¶
View Source
const RESET_CS uint16 = 0xFFFF
Variables ¶
View Source
var AF byte
View Source
var AX uint16
View Source
var BP uint16
View Source
var BX uint16
View Source
var CF byte
View Source
var CS = RESET_CS
View Source
var CX uint16
View Source
var DF byte
View Source
var DI uint16
View Source
var DS uint16
View Source
var DX uint16
View Source
var ES uint16
View Source
var IF byte
View Source
var IP uint16
View Source
var Memory = [0xFFFFFF]byte{}
View Source
var OF byte
View Source
var PF byte
View Source
var SF byte
View Source
var SI uint16
View Source
var SP uint16
View Source
var SS uint16
View Source
var TF byte
View Source
var ZF byte
Functions ¶
func LoadProgram ¶
Types ¶
type DecodingError ¶
func (*DecodingError) Error ¶
func (e *DecodingError) Error() string
type MemoryWriteError ¶
type MemoryWriteError string
func (MemoryWriteError) Error ¶
func (e MemoryWriteError) Error() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.