()
| 357 | } |
| 358 | |
| 359 | func (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 | // ---------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected