From 1fae63de23320a1663b7c591e247ad81852ab6dc Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 22 Nov 2020 13:00:06 +0100 Subject: Support 16-bit short --- asm/intel64/codes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'asm/intel64/codes.h') diff --git a/asm/intel64/codes.h b/asm/intel64/codes.h index ba378a6..9d737e0 100644 --- a/asm/intel64/codes.h +++ b/asm/intel64/codes.h @@ -15,3 +15,5 @@ std::vector ModRM(const std::string& reg, const std::string& rm, int32_ // Just the number of reg, e.g. for encoding inside primary opcode uint8_t RegNo(const std::string& reg); + +std::vector OpSizePrefix(); -- cgit v1.2.3