Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How do you print a newline character in BIOS-level assembly?

What does lea 0x4(%esp),%ecx mean in AT&T syntax?

assembly x86 att

Mixing SSE with AVX128 for shorter instructions?

SSE Instruction to load Bytes with Zero Extension?

c assembly x86 x86-64 sse

What exactly does the granularity bit of a GDT change about addressing memory?

Store __m256i to integer

c x86 simd intrinsics avx2

What is "Code" in Linux Kernel crash messages?

linux linux-kernel x86 crash

Compiler choice of not using REP MOVSB instruction for a byte array move

Why do call and jump instruction use a displacement relative to the next instruction, not current?

Can I tell the compiler that I need to earlyclobber a memory operand?

What constitutes a read or write to memory/cache in x86 assembly, according to valgrind?

What is the meaning of IB read, IB write, OB read and OB write. They came as output of Intel® PCM while monitoring PCIe bandwidth

Benchmarking C struct comparsion: XOR vs ==

How does the CPU decode variable length instructions correctly?

Is it possible to atomically load and store on X86 processors?

Difference between "mov eax, [num]" and "mov eax, num"

assembly x86 nasm 32-bit

Handling x86 IRQs from secondary PIC: EOI order important?

assembly x86 port irq

Dot product performance with SSE instructions: is DPPS worth using?

FSTENV? Can barely find any info about this instruction

assembly x86 x87

Redundant DS segment override prefix inserted by nasm?

assembly x86 nasm disassembly