summaryrefslogtreecommitdiff
path: root/instructions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'instructions.txt')
-rw-r--r--instructions.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/instructions.txt b/instructions.txt
index 03b13cf..39bc1b6 100644
--- a/instructions.txt
+++ b/instructions.txt
@@ -105,10 +105,18 @@ jl rel32
>0f 8c REL32
jg rel32
>0f 8f REL32
+jle rel32
+>0f 8e REL32
+jge rel32
+>0f 8d REL32
jb rel32
>0f 82 REL32
ja rel32
>0f 87 REL32
+jbe rel32
+>0f 86 REL32
+jae rel32
+>0f 83 REL32
call rax
>ff d0
ret