New posts in x86

What are the names of the new X86_64 processors registers?

What does the "lock" instruction mean in x86 assembly?

SIMD instructions lowering CPU frequency

x86 Assembly on a Mac

Why aren't instructions' adresses consecutive in machine code?

How are dw and dd different from db directives for strings?

What parts of this HelloWorld assembly code are essential if I were to write the program in assembly?

Why is GCC pushing an extra return address on the stack?

What is the fastest way to convert float to int on x86

installing sql server 2008 32bit on 64bit os

L1 memory bandwidth: 50% drop in efficiency using addresses which differ by 4096+64 bytes

How to read and write x86 flags registers directly?

x86, difference between BYTE and BYTE PTR

about assembly CF(Carry) and OF(Overflow) flag

What are IN & OUT instructions in x86 used for?

Double cast to unsigned int on Win32 is truncating to 2,147,483,648

How to write a disassembler? [closed]

How to calculate time for an asm delay loop on x86 linux?

x86 XOR opcode differences

Assembly segmentation fault after making a system call, at the end of my code