From 42b63ef8f3fc8c25e1d0b89f329b9e544713a737 Mon Sep 17 00:00:00 2001 From: Douglas Huff Date: Sat, 30 Dec 2017 00:26:02 -0800 Subject: [PATCH] Updated Instruction Set (markdown) --- Instruction-Set.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Instruction-Set.md b/Instruction-Set.md index 438283a..bf75aee 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -272,6 +272,9 @@ destination & source # flags will be set destination and updates the flags. None of the operands are changed. +> ? TODO: is this implemented correctly? +> I see differing results using test/jz vs cmp/jnz that seem to involve overflow from the latter? + #### Pseudo code ```py @@ -593,4 +596,3 @@ dest = ~dest ``` ## Encoding -