SHL ---------------------- 0x00A0 = SHL R0 0x00A5 = SHL R1 0x00AA = SHL R2 0x00AF = SHL R3
| 81 | // 0x00AA = SHL R2 |
| 82 | // 0x00AF = SHL R3 |
| 83 | type SHL struct { |
| 84 | Register REGISTER |
| 85 | } |
| 86 | |
| 87 | func (s SHL) Size() int { |
| 88 | return 1 |
nothing calls this directly
no outgoing calls
no test coverage detected