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

Method String

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

Source from the content-addressed store, hash-verified

205}
206
207func (s STORE) String() string {
208 result := fmt.Sprintf("ST R%d, R%d", s.FromRegister, s.ToRegister)
209 return result
210}
211
212// LOADS
213// ----------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected