In the previous lessons, we worked with the Logic instructions of AND, OR, XOR, and Invert. We worked with the Invert instruction specifically with a data type that caused the logic to compare the input, bit by bit, and invert the result to the corresponding output bit. In this lesson, we will continue working with the Invert instruction but this time, we are going to use this instruction to change the sign of the value located in a word. If you have a value that you need to use the inverse of, this Invert instruction lesson is going to show you the way so let’s get started.
In previous lessons, we’ve been working with the Logic instructions of AND, OR, XOR, and Invert. In this lesson, we are going to continue to work with the AND instruction to show you how to Mask or allow/prevent parts of an input to pass through your logic. For instance, when you are on a website...
In a continuation of previous lessons where we’ve been working with the Logic instructions of AND, OR, XOR, and Invert, this lesson will go into some detail about comparing values using the XOR instruction. We will be determining if two values are identical and if they are not, we will need to ac...
12 Comments