Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to efficiently scan 2 bit masks alternating each iteration

How to generate a Webassembly (WAT) with i64 instead of i32 from a C code

How does the kernel-side page cache virt <-> phys mapping interact with the TLB?

What resource_stall.other might mean

Mac OS: ld: in section __DATA,__data reloc 0: length < 2 and X86_64_RELOC_UNSIGNED not supported

Inline assembly in compiler design