SHR ---------------------- 0x0090 = SHL R0 0x0095 = SHL R1 0x009A = SHL R2 0x009F = SHL R3
| 104 | // 0x009A = SHL R2 |
| 105 | // 0x009F = SHL R3 |
| 106 | type SHR struct { |
| 107 | Register REGISTER |
| 108 | } |
| 109 | |
| 110 | func (s SHR) Size() int { |
| 111 | return 1 |
nothing calls this directly
no outgoing calls
no test coverage detected