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

Method String

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

Source from the content-addressed store, hash-verified

27
28type Instruction interface {
29 String() string
30 Emit(LabelResolver, SymbolResolver) ([]uint16, error)
31 Size() int
32}

Callers 15

StringMethod · 0.65
StringMethod · 0.65
ToStringMethod · 0.65
TestIOInstructionsStringFunction · 0.65
TestJMPInstructionStringFunction · 0.65
TestCLFInstructionStringFunction · 0.65
StringMethod · 0.65

Implementers 15

DATAasm/instructions.go
SHLasm/instructions.go
SHRasm/instructions.go
JRasm/instructions.go
NOTasm/instructions.go
STOREasm/instructions.go
LOADasm/instructions.go
OUTasm/instructions.go
INasm/instructions.go
XORasm/instructions.go
ORasm/instructions.go
ANDasm/instructions.go

Calls

no outgoing calls

Tested by 8

TestIOInstructionsStringFunction · 0.52
TestJMPInstructionStringFunction · 0.52
TestCLFInstructionStringFunction · 0.52