Quote Originally Posted by Maniac View Post
mov r0, r1, lsl #0x4
(2^4 = 16)
That would multiple r1 by 16 and store it into r0... I really don't see what you don't understand but alright >_>
So it's like squares? like, if I put lsl #0x2 it'd come out as 4?