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

Function NewDecoder8x256

components/decoders.go:188–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188func NewDecoder8x256() *Decoder8x256 {
189 d := new(Decoder8x256)
190
191 d.decoderSelector = *NewDecoder4x16()
192
193 for i := range d.decoders4x16 {
194 d.decoders4x16[i] = *NewDecoder4x16()
195 }
196
197 return d
198}
199
200// Returns the index which is enabled
201func (d *Decoder8x256) Index() int {

Callers 3

NewMemory64KFunction · 0.92
newDisplayRAMFunction · 0.92
Test8x256DecoderFunction · 0.85

Calls 1

NewDecoder4x16Function · 0.85

Tested by 1

Test8x256DecoderFunction · 0.68