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

Method String

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

Source from the content-addressed store, hash-verified

246}
247
248func (l LOAD) String() string {
249 result := fmt.Sprintf("LD R%d, R%d", l.MemoryAddressReg, l.ToRegister)
250 return result
251}
252
253// OUT
254// ----------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected