Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Intel CPUs Instruction Queue provides static branch prediction?

Addressing Modes in Assembly Language (IA-32 NASM)

How to power down the computer from a freestanding environment?

How to use a logical address with an FS or GS base in gdb?

gdb x86 memory-segmentation

Floating Point Program gives Invalid Result

Difference between dts and ACPI

x86 assembly programming loops with ecx and loop instruction versus jmp + j<condition>

loops assembly x86

What's the point of the VPERMILPS instruction (_mm_permute_ps)?