Documentation ¶
Index ¶
Constants ¶
View Source
const RAMsize = 64 * 1024
RAMsize is the size of the bus RAM space.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
Bus represents the bus used by the CPU to communicate with other components. It can be read from and written to.
func (*Bus) ReadByteOnly ¶
ReadByteOnly will be used by diassaembler to read address with mutating state. currently unused.
Click to show internal directories.
Click to hide internal directories.