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

Method Set

components/iobus.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (i *IOBus) Set() {
28 i.wires[CLOCK_SET].Update(true)
29}
30
31func (i *IOBus) Unset() {
32 i.wires[CLOCK_SET].Update(false)

Calls 1

UpdateMethod · 0.65