how i can do a shift 8 bit left whit intruction ROTATE???thanks
The ROTATE command will only rotate, as described in the help file. To shift left, one would just multiply by 2.
-Bert
thanks
Log in to post a comment.
how i can do a shift 8 bit left whit intruction ROTATE???thanks
The ROTATE command will only rotate, as described in the help file. To shift left, one would just multiply by 2.
-Bert
thanks