Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How are the C++11 memory barriers implemented for x86-like systems?

Do atomic CAS-operations on x86_64 and ARM always use std::memory_order_seq_cst?

CLI instruction not executed in Linux kernel module

Meaning of CS and SS registers on x86-64 Linux in userland?

Do the x86 segment registers have special meaning/usage on modern CPUs and OSes?

Understanding of vectorization with SSE instructions

C How extract predefined huge switch from huge loop without loss performance?

c x86 arm c89

Stop screen refreshing - INT 0x10 (Video Services) - In Assembly

video assembly x86 refresh dos

What is the space between argv and argc on my stack?

c debugging x86 stack x86-64

What is this pattern where the EBX register is used for memory access?

How are assembly variables implemented?

assembly x86 gnu-assembler

X64 instructions that behave differently on different CPUs

Why does C not push a pointer on the stack when calling a assembly function?

c pointers assembly x86 x86-64

Why this SSE2 program (integers) generate movaps (float)?

gcc assembly x86 sse simd

Why does first parameter in x86 assembly starts from offset 8?

assembly x86 stdcall

What is the fastest way for a multithread SIMD operation explicitly?

If I don't use fences, how long could it take a core to see another core's writes?

Writing an assembler , need help [closed]

What segment is used by default in x86 indirect addressing?

assembly x86

Writing a Linux int 80h system-call wrapper in GNU C inline assembly [duplicate]