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

Method String

asm/instructions.go:359–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357}
358
359func (x XOR) String() string {
360 result := fmt.Sprintf("XOR R%d, R%d", x.ARegister, x.BRegister)
361 return result
362}
363
364// ORS
365// ----------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected