Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How to get dynamically generated X86_64 to return a value relative to the RIP / RBP

GCC generates test for nonzeroness even if the zero value is guaranteed

Using r8 register as a loop counter results in endless loop - why?

Triple fault does not put system into reset

x86 x86-64 intel hardware

Using SSE to speed up lower_bound function

c assembly x86 x86-64 sse

How is a critical path formed when there is a data dependency between a loop iterations while a CPU executing instructions?

Is it still worth using the Quake fast inverse square root algorithm nowadays on x86-64?

How to declare __m128i constant in MASM?

assembly x86-64 masm sse2

Non-temporal stores of portions of a packed double vector using SSE/AVX

caching x86 x86-64 sse avx

Intel's PAUSE instruction and possible memory order violation [duplicate]

`push label` pushs [label], not the address of label (Rust asm!)

rust x86-64 inline-assembly

Linux's security measures against executing shellcode

Paging and PIC executables

Return a float from a 64-bit assembly function that uses x87 FPU