Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What does the colon : mean in x86 assembly GAS syntax as in %ds:(%bx)?

What is the fastest way to do a SIMD gather without AVX(2)?

x86 sse simd sse4

How do ASCII Adjust and Decimal Adjust instructions work?

How to detect architecture in NASM at compile time to have one source code for both x64 and x86?

The binary of opcode in assembly

assembly x86 opcode

meaning of "memory ordering obeys causality"?

x86 memory-model

How does test and je/jne work

debugging assembly x86 lldb

How many clock cycles does cost AVX/SSE exponentiation on modern x86_64 CPU?

c++ x86 x86-64 sse avx

What does mov bl do in assembly

c++ assembly x86

difference between load1 and broadcast intrinsics

x86 sse simd intrinsics intel

why do repe and repne do the same before movsb?

8086 assembly on DOSBox: Bug with idiv instruction?

assembly x86 x86-16 tasm dosbox

When to use ADOX instead of ADCX?

assembly x86 adx

x86 register flag abbreviations

assembly x86 masm eflags

How can I find out which cache line is touched by an instruction on an Intel processor?

caching x86

x86 XOR opcode differences

Do prefetch instructions need to return their result before they retire?

performance x86 prefetch

The inner workings of Spectre (v2)

Why doesn't Ice Lake have MOVDIRx like tremont? Do they already have better ones?

x86 Assembly Why use Push/Pop instead of Mov?

assembly x86 exploit shellcode