mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-09-16 03:46:54 +00:00
fix misunderstanding of logical and bitwise
parent
fd454799b5
commit
6cfefdcb2e
@ -256,7 +256,7 @@ IP = target
|
|||||||
| | | `source` : `reg` / `mem` / `imm` |
|
| | | `source` : `reg` / `mem` / `imm` |
|
||||||
|
|
||||||
#### Description
|
#### 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.
|
updates the flags. None of the operands are changed.
|
||||||
|
|
||||||
#### Pseudo code
|
#### Pseudo code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user