mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
x86 asm: move loop from x86-assembly-cheat
This commit is contained in:
@@ -12410,6 +12410,12 @@ JG vs JA and JL vs JB:
|
||||
* https://stackoverflow.com/questions/9617877/assembly-jg-jnle-jl-jnge-after-cmp/56613928#56613928
|
||||
* https://stackoverflow.com/questions/20906639/difference-between-ja-and-jg-in-assembly
|
||||
|
||||
==== x86 LOOP instruction
|
||||
|
||||
link:userland/arch/x86_64/loop.S[LOOP]
|
||||
|
||||
Vs <<x86-jcc-instructions,Jcc>>: https://stackoverflow.com/questions/6805692/x86-assembly-programming-loops-with-ecx-and-loop-instruction-versus-jmp-jcond Holy CISC!
|
||||
|
||||
=== x86 SIMD
|
||||
|
||||
History:
|
||||
|
||||
Reference in New Issue
Block a user