From 6123d6c15d76c6679cec1e813d7fae7df66ba89b Mon Sep 17 00:00:00 2001 From: Kevin Ramharak Date: Sun, 4 Feb 2018 07:54:15 +0100 Subject: [PATCH] added stubs for popf,pushf,ja,jna --- Instruction-Set.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Instruction-Set.md b/Instruction-Set.md index 80d800d..e5ef865 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -893,6 +893,13 @@ destination = destination + 1 destination = destination - 1 ``` +### POPF + +### PUSHF + +### JA + +### JNA ### NOP #### Details