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

Struct InstructionDecoder3x8

cpu/cpu.go:281–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281type InstructionDecoder3x8 struct {
282 decoder components.Decoder3x8
283 selectorGates [8]circuit.ANDGate
284 bit0NOTGate circuit.NOTGate
285}
286
287func NewInstructionDecoder3x8() *InstructionDecoder3x8 {
288 i := new(InstructionDecoder3x8)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected