From 6cfefdcb2e64885a955b07f79cab7628bc092ef0 Mon Sep 17 00:00:00 2001 From: Kevin Ramharak Date: Sat, 12 Jan 2019 22:27:42 +0100 Subject: [PATCH] fix misunderstanding of logical and bitwise --- Instruction-Set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instruction-Set.md b/Instruction-Set.md index 107389a..b180d88 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -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