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

Method Emit

asm/instructions.go:617–620  ·  view source on GitHub ↗
(labelResolver LabelResolver, symbolResolver SymbolResolver)

Source from the content-addressed store, hash-verified

615}
616
617func (s DEFSYMBOL) Emit(labelResolver LabelResolver, symbolResolver SymbolResolver) ([]uint16, error) {
618 // noop
619 return nil, nil
620}
621
622func (s DEFSYMBOL) String() string {
623 return fmt.Sprintf("%%%s = 0x%X", s.Name, s.Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected