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

Method String

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

Source from the content-addressed store, hash-verified

396}
397
398func (o OR) String() string {
399 result := fmt.Sprintf("OR R%d, R%d", o.ARegister, o.BRegister)
400 return result
401}
402
403// ANDS
404// ----------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected