()
| 116 | } |
| 117 | |
| 118 | func (s SHR) String() string { |
| 119 | result := fmt.Sprintf("SHR R%d", s.Register) |
| 120 | return result |
| 121 | } |
| 122 | |
| 123 | // JR |
| 124 | // set instruction address register to value in register |
nothing calls this directly
no outgoing calls
no test coverage detected