From e4bee6240e47680e4b13c1bb04e45fbf466e649b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 23 Apr 2019 14:43:17 -0700 Subject: [PATCH] 5116 --- subx/opcodes | 1 + 1 file changed, 1 insertion(+) diff --git a/subx/opcodes b/subx/opcodes index 2a11df2b..098435d0 100644 --- a/subx/opcodes +++ b/subx/opcodes @@ -64,6 +64,7 @@ Opcodes currently supported by SubX: 8b: copy rm32 to r32 (mov) 8d: copy address in rm32 into r32 (lea) 8f: pop top of stack to rm32 (pop) + 99: sign-extend EAX into EDX (cdq) b8: copy imm32 to EAX (mov) b9: copy imm32 to ECX (mov) ba: copy imm32 to EDX (mov)