z80

package
v0.0.0-...-a34af84 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CPU

type CPU struct {
	GPRc
	GPRa
	SPR
}

type GPRa

type GPRa struct {
	A_ uint8
	F_ uint8
	B_ uint8
	C_ uint8
	D_ uint8
	E_ uint8
	H_ uint8
	L_ uint8
}

type GPRc

type GPRc struct {
	A uint8
	F uint8
	B uint8
	C uint8
	D uint8
	E uint8
	H uint8
	L uint8
}

type SPR

type SPR struct {
	I uint8
	R uint8

	IX uint16
	IY uint16
	SP uint16
	PC uint16
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL