From 7b0f7288f9459a4b43a47beb5e4df6d378dcbcb6 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 5 Mar 2023 13:27:11 -0500 Subject: [PATCH] asm/i386: add missing instructions in docs --- fs/doc/asm/i386.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/doc/asm/i386.txt b/fs/doc/asm/i386.txt index 8b9ec92..f797f7c 100644 --- a/fs/doc/asm/i386.txt +++ b/fs/doc/asm/i386.txt @@ -203,6 +203,7 @@ from the resulting offset in 16-bit/32-bit because the opcode is 2 bytes wide. jz, jnz, jc, jnc, js, jns, jl, jnl, ja, jna, +loop, loopz, loopnz, There is also "jmpfar," and "callfar," with signature "seg16 absaddr --" (regular number, not i) immediates). -- 2.38.4