MCPcopy Create free account
hub / github.com/djhworld/simple-computer / IsAddressMode

Method IsAddressMode

components/iobus.go:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (i *IOBus) IsAddressMode() bool {
64 return i.wires[DATA_OR_ADDRESS].Get() == true
65}
66
67func (i *IOBus) Update(mode, dataOrAddress bool) {
68 i.wires[MODE].Update(mode)

Callers 1

UpdateMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected