I just wanna know how an 'ANDS' is different to an 'AND'.
E.g:
AND R3,R2,R1 Does a logical bitwise AND on R2 and R1 and puts the answer into R3
but what would
ANDS R3,R2,R1 do?
------------------
Cheers,
Steve
"Life is what we make of it, yet most of us just fake"
E.g:
AND R3,R2,R1 Does a logical bitwise AND on R2 and R1 and puts the answer into R3
but what would
ANDS R3,R2,R1 do?
------------------
Cheers,
Steve
"Life is what we make of it, yet most of us just fake"
Comment