How to get LSB bit in MIPS?

Posted by israkir on Stack Overflow See other posts from Stack Overflow or by israkir
Published on 2010-04-05T16:40:45Z Indexed on 2010/04/05 16:43 UTC
Read the original article Hit count: 253

Filed under:

Is there a short way to check/get for least significant bit in a 32-bit integer, in MIPS? It is obviously set for the odd numbers and an algorithm which checks for the whole number is odd or even can decide for this. But I just wonder is there a better way to do this...

© Stack Overflow or respective owner

Related posts about mips