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

Method Size

asm/instructions.go:487–489  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485}
486
487func (c CLF) Size() int {
488 return 1
489}
490
491func (c CLF) Emit(labelResolver LabelResolver, symbolResolver SymbolResolver) ([]uint16, error) {
492 return []uint16{opCLF}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected