()
| 205 | } |
| 206 | |
| 207 | func (s STORE) String() string { |
| 208 | result := fmt.Sprintf("ST R%d, R%d", s.FromRegister, s.ToRegister) |
| 209 | return result |
| 210 | } |
| 211 | |
| 212 | // LOADS |
| 213 | // ---------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected