Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to update GDT entries after initial loading?

Why do the bytes "0xea 0000 ffff" in a bootloader cause the computer to reboot?

IBM 5150 - int 21h corrupts segment registers

assembly x86 dos x86-16 masm

SIMD intrinsics: aligned operation different than unaligned?

c++ x86 simd intrinsics

What is the rationale behind the CPU instruction set, in general and for x86's SETCC?

What is the purpose of the pause x86 instruction and the loop in the GetSystemTimeAsFileTime function disassembly?

Not able to use H264 (video/avc) Encoder on Intel x86 device, Android 4.2.2

IA-32 x86 data alignment

x86

Assembly popping an empty stack

assembly x86 a86

Word Sizes and It's Indications

How to access C struct value in assembly?

c assembly x86 nasm

Conditional jump not taken

linux assembly x86

what does the d suffix for register name mean in x86? [duplicate]

Assembly - How to score a CPU instruction by latency and throughput

How to detect P/E-Core in Intel Alder Lake CPU?

x86 intel cpu-cores cpuid

Wrong return in assembler function (x86)

assembly x86 gnu-assembler

Using Time stamp counter to get the time stamp

How to measure late prefetches and killed prefetches on Haswell micro-architecture?

x86 intel prefetch intel-pmu

What is an 8-bit register on a desktop cpu?

Why does using the "register" keyword makes my code faster?

c x86 cpu-registers