Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Assembly: do MOV or DEC influence zero flag?

assembly x86 disassembly

Can i use binary to write integer constants in assembly?

assembly binary x86 nasm

How to open a file in assembler and modify it?

linux assembly x86 nasm

What x86 instructions take two (or more) memory operands?

How does the processor handle conditions?

Smaller instruction than "add esp, 4"

optimization assembly x86

How to return a complex return value?

Usage of _mm_shuffle_epi8 intrinsic

Is it possible to access physical address 0?

NASM: Count how many bits in a 32 Bit number are set to 1

signed and unsigned arithmetic implementation on x86

why is the call stack set up like this?

c x86 stack

What Assembly Instructions Live In the Master Boot Record?

x86 mbr

SSE Compare Packed Unsigned Bytes

x86 comparison unsigned sse

Assembly difference between [var], and var

assembly x86 nasm

Linux IA-32 memory model

linux memory model x86

what does this instruction do?:- mov %gs:0x14,%eax

c assembly x86

What does mov eax, dword ptr [eax] do?

assembly x86

add vs mul (IA32-Assembly)

gcc inline assembly - operand type mismatch for `add', trying to create branchless code