()
| 435 | } |
| 436 | |
| 437 | func (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 | // ---------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected