Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Causing a divide overflow error (x86)

XOR register,register (assembler) [duplicate]

assembly xor x86

Do 128bit cross lane operations in AVX512 give better performance?

performance x86 intel avx avx512

Global Descriptor Table

Memory allocation areas in C++ (Stack vs heap vs Static)

c++ linux x86

What is the difference between subtracting `x` and adding `-x` on an x86 machine?

How can x86 bsr/bsf have fixed latency, not data dependent? Doesn't it loop over bits like the pseudocode shows?

Macro substituting a constant number in GAS

assembly x86 gnu gnu-assembler

Get size of assembly instructions

Non-temporal loads and the hardware prefetcher, do they work together?

MUL instruction doesn't support an immediate value

why to use ebp in function prologue/epilogue?

c optimization assembly x86

Relative vs Absolute jmp in Assembly

assembly x86

Mixing C and Assembly files

c++ c gcc assembly x86

Implementing your own malloc/free with mmap and munmap

What is the difference, if any, between LONG and FAR jumps in Assembly?

assembly x86

What is the use of defining a Global Descriptor Table?

Drawing a character in VGA memory with GNU C inline assembly

c gcc x86 dos djgpp

trying to understand the assembly instruction: cltd on x86

assembly x86 att

Do we need mfence when using xchg

c++ c assembly x86 memory-fences