Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why shellcodes with jmp instruction work, and why doesn't the labels work inside a C wrapper?

Investigating the size of an extremely small C program

c linux x86 elf strip

how to run this assembly code on nasm?

Does INVLPG instruction or mprotect() affect the CPU cache state while invalidating TLB entries?

Creating an array of array of elements but each array aligned on page and cache boundaries?

Can I do the equivalent of jmping to a label by saving and modifying the Instruction Pointer?

assembly x86

Memory latency measurement with time stamp counter

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]

Use TEST to check if multiple bits of AL are all zero or all one

assembly x86

What is the correct and optimal implementation of atomic_ref and atomic with padding bits?

ASSUME directive using masm

Paging and PIC executables

Where are local APIC addresses in QEMU?

x86 qemu

Determine if running x64 or x86 operating system in MATLAB

matlab x86 64-bit

What's the point of _mm_cmpgt_sd and other similar methods?

x86 sse simd intrinsics

Explain force_align_arg_pointer function attribute

Function epilogue in assembly

assembly x86