()
| 583 | } |
| 584 | |
| 585 | func (a ADD) String() string { |
| 586 | result := fmt.Sprintf("ADD R%d, R%d", a.ARegister, a.BRegister) |
| 587 | return result |
| 588 | } |
| 589 | |
| 590 | // PLACEHOLDER INSTRUCTIONS - these are used by the assembler |
| 591 | type DEFLABEL struct { |
nothing calls this directly
no outgoing calls
no test coverage detected