MCPcopy Index your code
hub / github.com/djhworld/simple-computer / Add

Method Add

asm/instructions.go:668–672  ·  view source on GitHub ↗
(ins ...Instruction)

Source from the content-addressed store, hash-verified

666}
667
668func (s *Instructions) Add(ins ...Instruction) {
669 for _, i := range ins {
670 s.instructions = append(s.instructions, i)
671 }
672}
673
674func (s *Instructions) AddBlocks(blocks ...[]Instruction) {
675 for _, block := range blocks {

Callers 15

AddBlocksMethod · 0.95
initialiseCommonCodeFunction · 0.95
routine_pollKeyboardFunction · 0.95
resetLinexFunction · 0.95
counterRenderNibbleFunction · 0.95
counterDelayFunction · 0.95
sineColumnWriteFunction · 0.95
sineAdvanceTableFunction · 0.95
routine_drawBrushFunction · 0.95
counterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected