New posts in x86

How are cache memories shared in multicore Intel CPUs?

What does the "rep stos" x86 assembly instruction sequence do?

Very fast memcpy for image processing?

Fastest way to calculate a 128-bit integer modulo a 64-bit integer

What is the correct way to obtain (-1)^n?

What are the ESP and the EBP registers?

Divide and Get Remainder at the same time?

How to interpret objdump disassembly output columns?

NASM Error Parsing, Instruction Expected

C++ How is release-and-acquire achieved on x86 only using MOV?

Assembly x86 Date to Number - Breaking a string into smaller sections

How to write an absolute target for a near direct relative call/jmp in MASM

When using the MOV mnemonic to load/copy a string to a memory register in MASM, are the characters stored in reverse order?

Random number in assembly

Why can I access lower dword/word/byte in a register but not higher?

When should I use size directives in x86?

Is it useful to use VZEROUPPER if your program+libraries contain no SSE instructions?

How do programs know how much space to allocate for local variables on the stack?

How does the CPU know how many bytes it should read for the next instruction, considering instructions have different lenghts?

Is vxorps-zeroing on AMD Jaguar/Bulldozer/Zen faster with xmm registers than ymm?