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

Method String

asm/instructions.go:622–624  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

620}
621
622func (s DEFSYMBOL) String() string {
623 return fmt.Sprintf("%%%s = 0x%X", s.Name, s.Value)
624}
625
626// PSUEDO INSTRUCTIONS - these are composite instructions that may map to multiple opcodes
627

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected