From 924ed08aca2fe78cc4d1dd1a0538434f0846e717 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 1 Feb 2020 12:14:12 -0800 Subject: 5968 --- subx_opcodes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx_opcodes') diff --git a/subx_opcodes b/subx_opcodes index e222df66..a44e2aba 100644 --- a/subx_opcodes +++ b/subx_opcodes @@ -100,7 +100,7 @@ Opcodes currently supported by SubX: 0f 8e: jump disp32 bytes away if lesser or equal (signed), if ZF is set or SF != OF (jcc/jle/jng) 0f 8f: jump disp32 bytes away if greater (signed), if ZF is unset and SF == OF (jcc/jg/jnle) 0f af: multiply rm32 into r32 (imul) -Run `subx help instructions` for details on words like 'r32' and 'disp8'. +Run `bootstrap help instructions` for details on words like 'r32' and 'disp8'. For complete details on these instructions, consult the IA-32 manual (volume 2). There's various versions of it online, such as https://c9x.me/x86. The mnemonics in brackets will help you locate each instruction. -- cgit 1.4.1-2-gfad0