duskos

dusk os fork
git clone git://git.alexwennerberg.com/duskos
Log | Files | Refs | README | LICENSE

commit 7b0f7288f9459a4b43a47beb5e4df6d378dcbcb6
parent a0189ddbc8638e2a16885e73116680ee531ff334
Author: Virgil Dupras <hsoft@hardcoded.net>
Date:   Sun,  5 Mar 2023 13:27:11 -0500

asm/i386: add missing instructions in docs

Diffstat:
Mfs/doc/asm/i386.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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).