Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What is the difference between MOV and LEA in terms of retrieving an address

assembly x86 nasm

Division in x86 Assembly GAS

assembly x86 att

Find min/max value from a __m128i

c++ x86 sse simd

MASM: Using Current Location Counter ($) in .data declaration

assembly x86 masm

LD errors while linking 16-bit real mode code into a Multiboot compliant ELF executable

assembly x86 nasm ld osdev

How to divide a __m256i vector by an integer variable?

optimization x86 simd avx avx2

Any way to list the BIOS drive numbers in real mode

assembly x86 nasm bios real-mode

Using devenv.exe from the command line and open a Solution

x86 microarchitecture/SIMD market share

Why does "i586" refer to Pentium 1, and why does "i686" refer to Pentium Pro?

x86 cpu intel terminology

How can I cast a memory address to a user defined type in the VS2019 watch window when debugging assembly?

Are memory orderings: consume, acq_rel and seq_cst ever needed on Intel x86?

Manual vectorization using AVX vector intrinsics only runs about the same speed as 4 scalar FP adds on Ryzen?

How can I make my VS2008 x86 installer install x64 assemblies on x64?

Assembly How to convert REP STOS to C code

How is data from the RAM fetched?

c memory x86 ram

Pure high-bit multiplication in assembly?

c assembly x86

What <4GB workloads would have worse performance in the Linux x32 ABI than x64?

How to divide disassembled C code to functions?

c windows assembly x86

Unfamiliar syntax for the "imul" instruction in x86 assembly

c assembly x86