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

Method String

asm/instructions.go:476–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

474}
475
476func (c CMP) String() string {
477 result := fmt.Sprintf("CMP R%d, R%d", c.ARegister, c.BRegister)
478 return result
479}
480
481// CLF (CLEAR FLAGS)
482// ----------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected