- Press Ctrl + Shift + O to bring up Bookmark Manager.
- Select the "Organize" button menu.
- Select "Add New Bookmark".
- Name the bookmark "ANDI".
- Press Save.
What does the AND instruction do?
It does a bit-wise Boolean "and" between two operands. In other words, corresponding bits (bit n in each operand) are anded, in the Boolean operation sense, giving bit n of the result. In Boolean logic, 1 and 1 = 1, but 0 and x (anything else) = 0.Dec 4, 2018