Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Help with understanding a very basic main() disassembly in GDB

Is there a specification of x86 I/O port assignment?

SIMD latency throughput

c++ performance x86 sse simd

Why is the Carry Flag set during a subtraction when zero is the minuend?

assembly x86 flags

How to dump all the XMM registers in gdb?

gdb x86

Are loads and stores the only instructions that gets reordered?

What is the function of the "mov eax, cr3; mov cr3, eax" in x86 assembly code?

assembly x86

Why does gcc force PIC for x64 shared libs?

trouble understanding assembly command "load effective address" [duplicate]

assembly x86

Confusion about bsr and lzcnt

assembly x86 bmi

x86 NASM 'org' directive meaning

assembly x86 nasm bootloader

How to write or read memory without touching cache

c caching memory x86

Assembly code for sin(x) using Taylor expansion

assembly x86 trigonometry

Linear address and physical address

carry/overflow & subtraction in x86

Why can assembly instructions contain multiplications in the "lea" instruction?

How to write data to a graphics card without using BIOS?

Does an x86 CPU reorder instructions?

Accessing a register without using inline assembly with gcc

c gcc x86 inline-assembly

Is it valid to write below ESP?