Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why do segments begin on paragraph boundaries?

CPUID: Why must MISC_ENABLE.LCMV be set to 0 for some functions? Can I temporarily overwrite it?

assembly x86 x86-64 cpuid msr

Loading a file on an ISO 9660 File System

Stack allocation, why the extra space?

How does this asm code setup SEH?

exception assembly x86 masm seh

Least intrusive compile barrier for Java on 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