x86 asm: move loop from x86-assembly-cheat

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-15 00:00:01 +00:00
parent 4d71420370
commit 4ee1e06299
2 changed files with 59 additions and 0 deletions

View File

@@ -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: