Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What do the assembly instructions 'seta' and 'setb' do after repz cmpsb?

assembly x86 x86-64

Tiny C Compiler's generated code emits extra (unnecessary?) NOPs and JMPs

Is there is a way to get the address of a register?

assembly x86 memory-address

SSE intrinsics: Convert 32-bit floats to UNSIGNED 8-bit integers

x86 sse mmx

Can someone please explain to me (in very simple terms) what the difference between the esp, ebp, and esi register is?

Les instruction purpose?

assembly x86 masm

Why can't I save the value of rip? [duplicate]

assembly x86 intel

Is it in C++ standard to align such structures

c++ x86

xorl %eax - Instruction set architecture in IA-32

Create an exe file in assembly with NASM on 32-bit Windows

windows assembly linker x86 nasm

Fast interleave 2 double arrays into an array of structs with 2 float and 1 int (loop invariant) member, with SIMD double->float conversion?

c++ x86 simd intrinsics avx

Why pop takes a parameter in assembly?

x86 jnz after xor?

assembly x86 conditional xor ida

operand generation of CALL instruction on x86-64 AMD

How does the system choose the right Page Table?

What does double dollar sign mean in x86 assembly (NASM)

assembly x86 nasm

Who performs the TLB shootdown?

linux x86 kernel tlb

WBINVD instruction usage

c caching assembly x86 cpu-cache

16 bit asm instruction set

assembly x86 16-bit

How to implement the mod operator in assembly

assembly x86