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

Method String

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

Source from the content-addressed store, hash-verified

435}
436
437func (a AND) String() string {
438 result := fmt.Sprintf("AND R%d, R%d", a.ARegister, a.BRegister)
439 return result
440}
441
442// CMP
443// ----------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected