Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
thanks for helpIs there an instruction something like rotate right through carry. If so then xor 1 (or subtract 1) followed by the rotate will be the two instructions.
Mike.
Edit, a look at the instruction set should give you the code you need.
Thank youHave a look at instructions EORA (imm) and RORA.
Mike.
Last digit number is 1 , the number is odd , otherwise even.Another tip,
do you know the easy way to tell if a binary number is odd or even?
JimB