Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

What are the segment and offset in real mode memory addressing?

The relation between privileged instructions, traps and system calls

Anyone knows what "mov edi,edi " does?

Where is the Write-Combining Buffer located? x86

How to get c code to execute hex machine code?

c assembly x86 x86-64 shellcode

Endianness inside CPU registers

Can branch prediction crash my program?