Search code examples
`vmovdqu8` / 16 / 32 / 64 instructions and `_mm_loadu_epi8` / 16 / 32 / 64 intrinsics purpose...

x86intrinsicsavx512

Read More
What does the bracket in `movl (%eax), %eax` mean?...

assemblyx86gnu-assemblerattaddressing-mode

Read More
Why is there no push instruction in the PLT table?...

cgccx86elfgot

Read More
Are data races in assembly dangerous?...

assemblyconcurrencyx86armundefined-behavior

Read More
What's the difference between the x86 NOP and FNOP instructions?...

assemblyx86x87

Read More
AWS sdk, trying to build X86 Windows. C++...

c++windowsx86mfcaws-sdk

Read More
Understanding the differences between mov and lea instructions in x86 assembly...

assemblyx86cpu-registersmov

Read More
Is there any data on the latency of an AVX2 gather instruction?...

performancex86latencymicro-optimizationavx2

Read More
How can I assemble a relative call to an absolute ptr addr (relative to current rip) using NASM?...

assemblyx8664-bitnasm

Read More
Install Rust on a 32 bit CentOS 7 server through SSH...

sshrustx86centos7

Read More
Why GCC generates a mov of the array's beginning on every loop iteration to access array using [...

cassemblygccx86

Read More
MS-DOS in QEMU breaks after running while loop in GDB...

x86gdbx86-64dosqemu

Read More
Can a hashtag '#' be used as a comment in assembly (NASM)?...

assemblyx86comments

Read More
Why does LLVM-MCA measure an execution stall?...

assemblyx86cpu-architecturellvm-mca

Read More
Understanding throughput of simd sum implementation x86...

x86simd

Read More
how to get rid of TASM warning Operand size conflict...

assemblyx86tasm

Read More
How to write data to a graphics card without using BIOS?...

cassemblyx86operating-systemhardware

Read More
Unknown error in assembly language code, the result of multiplication operation is always random sym...

assemblyx86x86-16dos

Read More
Why don't x86-64 (or other architectures) implement division by 10?...

x86cpu-architecturedivisionmodulo

Read More
The most correct way to refer to 32-bit and 64-bit versions of programs for x86-related CPUs?...

x8664-bitx86-64terminology

Read More
What does JL mean in at&t syntax?...

assemblyx86att

Read More
complex IF statement in assembly...

if-statementassemblyconditional-statementsx86

Read More
Is it possible to write an if statement in x86 assembly language?...

if-statementassemblyx86masm

Read More
How can I solve the C2400 error in visual studio with a variable called ptr?...

c++visual-c++x86inline-assembly

Read More
NASM Error Parsing, Instruction Expected...

assemblyx86nasm

Read More
Why don't x86/ARM CPU just stop speculation for indirect branches when hardware prediction is no...

x86cpu-architecturebranch-prediction

Read More
Does Python hashlib's sha256 employ the Intel SHA extensions?...

x86sha256cpythoninstruction-sethardware-acceleration

Read More
How to switch from real mode to protected mode after bootloader?...

x86operating-systembootloaderprotected-modereal-mode

Read More
Binary Bomb Phase 5 - lookup table translation -> string compare...

assemblyx86reverse-engineeringbinary-bomb

Read More
Bomb lab phase 5 - 6 char string, movzbl load, and $0xf, %ecx, and index an array with that?...

assemblyx86reverse-engineeringbinary-bomb

Read More
BackNext