New posts in x86

Is performance reduced when executing loops whose uop count is not a multiple of processor width?

How to represent hex value such as FFFFFFBB in x86 assembly programming?

Why is Skylake so much better than Broadwell-E for single-threaded memory throughput?

Which 2's complement integer operations can be used without zeroing high bits in the inputs, if only the low part of the result is wanted?

Observing stale instruction fetching on x86 with self-modifying code

Adding a redundant assignment speeds up code when compiled without optimization

Which cache mapping technique is used in intel core i7 processor?

Is it safe to read past the end of a buffer within the same page on x86 and x64?

Deoptimizing a program for the pipeline in Intel Sandybridge-family CPUs

How does x86 paging work?

How can I determine if a .NET assembly was built for x86 or x64?

How to write hello world in assembler under Windows?

Did Windows ever support any hardware architectures other than x86?

How does $ work in NASM, exactly?

Install and run 32 bit on 64 bit machine

How to compile Tensorflow with SSE4.2 and AVX instructions?

Are loads and stores the only instructions that gets reordered?

Using base pointer register in C++ inline asm

How many CPU cycles are needed for each assembly instruction?

Using LEA on values that aren't addresses / pointers?