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

Method IsOutputMode

components/iobus.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (i *IOBus) IsOutputMode() bool {
56 return i.wires[MODE].Get() == true
57}
58
59func (i *IOBus) IsDataMode() bool {
60 return i.wires[DATA_OR_ADDRESS].Get() == false

Callers 3

UpdateMethod · 0.80
writeToInputMARMethod · 0.80
writeToDisplayRAMMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected