Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Using software floating point on x86 linux

linux floating-point x86

Displaying extended ASCII characters

How to compare a signed value and an unsigned value in x86 assembly

assembly binary x86 x86-64

How is return address specified in stack?

Checking if file is 32bit or 64bit - on Windows

windows x86 64-bit 32-bit

undefined reference to `WinMain@16' collect2.exe: error: ld returned 1 exit status

c eclipse x86 mingw winmain

Horizontal XOR in AVX

c++ assembly x86 simd avx

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