mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-24 13:05:51 +00:00
fix misunderstanding of logical and bitwise
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user