From 6ab3715ee2622e293f7c4924511f31347b327e6e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 9 Nov 2020 10:35:00 +0100 Subject: Implement inc instruction, support 64 bit regs --- asm/intel64/all_ops.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'asm/intel64/all_ops.h') diff --git a/asm/intel64/all_ops.h b/asm/intel64/all_ops.h index 83b654b..59ce624 100644 --- a/asm/intel64/all_ops.h +++ b/asm/intel64/all_ops.h @@ -1,5 +1,10 @@ #pragma once +#include "add.h" +#include "inc.h" #include "int.h" +#include "jmp.h" +#include "mov.h" #include "nop.h" #include "ret.h" +#include "xor.h" -- cgit v1.2.3