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

Method String

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

Source from the content-addressed store, hash-verified

583}
584
585func (a ADD) String() string {
586 result := fmt.Sprintf("ADD R%d, R%d", a.ARegister, a.BRegister)
587 return result
588}
589
590// PLACEHOLDER INSTRUCTIONS - these are used by the assembler
591type DEFLABEL struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected