Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Interpreting GDB registers (SSE registers)

unix x86 gdb sse

What does this instruction do ( REP MOVS BYTE PTR ES:[EDI],BYTE PTR DS: )?

assembly x86 instructions

Subtracting registers with an LEA instruction?

How does this sqrt approximation inline assembly function work?

Do compilers usually use registers for their "intended" purpose?

ADC instruction in asm

Can an instruction be in two addressing modes at the same time?

Why isn't my root directory being loaded? (FAT12)

assembly x86 nasm bootloader fat

How does "+&r" differ from "+r"?

c gcc x86 inline-assembly

x86 Assembly: Data in the Text Section

assembly x86 shellcode