fix misunderstanding of logical and bitwise

Kevin Ramharak 2019-01-12 22:27:42 +01:00
parent fd454799b5
commit 6cfefdcb2e

@ -256,7 +256,7 @@ IP = target
| | | `source` : `reg` / `mem` / `imm` |
#### Description
`TEST` performs a logical AND operation on its two operands and
`TEST` performs a bitwise AND operation on its two operands and
updates the flags. None of the operands are changed.
#### Pseudo code