Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why modifying an instruction cause huge i-cache and i-TLB misses on x86?

When does stack grow? How does OS know when to grow stack?

c assembly memory x86 abi

How can I transpose an image in Assembly?

Using LLDT and configuring the GDT for it

assembly x86 nasm osdev

Ignoring a system call

c linux gcc x86 ptrace

Reference for x86 instructions by functionality

Cannot access memory as SSE type on x86 but works fine on x64

c++ x86 sse

How to call cpuid instruction in a Mac framework?

xcode macos assembly x86 cpuid

How to compile Android AOSP for x86

android x86 android-source

How can I exchange the middle two 64 bits in a 256 bit AVX(YMM) register

x86 simd avx

x86 hardware Interrupt is not working on qemu

c x86 kernel qemu

Is placing code and read-only data it uses right next to each other a good idea?

How to determine platforms like ARM, MIPS and IA32?

cmake x86 platform

Why does using jmp prevent the Clang assembler from figuring out an absolute expression for .fill?

Rearranging Order of Aligned Objects For Minimal Space Usage

c gcc x86 ld memory-alignment

Any advantage of XOR AL,AL + MOVZX EAX, AL over XOR EAX,EAX?

c++ assembly x86

Long nop instructions in nasm

assembly x86 nasm

The probability of selected EFLAGS bits

assembly x86 flags parity

Optimization of fenced memory stores on x86 CPU

Linking two or more assembly files