()
| 474 | } |
| 475 | |
| 476 | func (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 | // ---------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected