()
| 396 | } |
| 397 | |
| 398 | func (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 | // ---------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected