()
| 246 | } |
| 247 | |
| 248 | func (l LOAD) String() string { |
| 249 | result := fmt.Sprintf("LD R%d, R%d", l.MemoryAddressReg, l.ToRegister) |
| 250 | return result |
| 251 | } |
| 252 | |
| 253 | // OUT |
| 254 | // ---------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected