Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why doesn't clang use memory-destination x86 instructions when I compile with optimization disabled? Are they efficient?

Fast dot product of a bit vector and a floating point vector

Error: invalid instruction suffix for `push' [duplicate]

assembly x86-64

Is ADD 1 really faster than INC ? x86 [duplicate]

What does OFFSET in 16 bit assembly code mean?

assembly x86 masm x86-16 16-bit

MIPS: relevant use for a stack pointer ($sp) and the stack

assembly mips

What is the practical difference between the SI and DI registers?

assembly x86 cpu-registers

Why does int 3 generate a SIGSEGV in 64-bit instead of stopping the debugger?

How does asm("nop"); works?

c assembly

Getting cpu cycles using RDTSC - why does the value of RDTSC always increase?

Invalid instruction suffix for push when assembling with gas

What does .p2align do in asm code?

gcc assembly

Address of labels (MSVC)

x86, difference between BYTE and BYTE PTR

assembly x86 nasm masm

calling assembly functions from c

c linux assembly gnu-assembler

How does the GCC implementation of modulo (%) work, and why does it not use the div instruction?

gcc assembly optimization x86

What does "DS:[40207A]" mean in assembly?

assembly x86 memory-address

How does random access memory work? Why is it constant-time random-access?

What does the 'h' suffix mean?

assembly x86

Is it possible to execute an x86 assembly sequence from within C#?

c# assembly