Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Can x86's MOV really be "free"? Why can't I reproduce this at all?

Fastest way to scan for bit pattern in a stream of bits

Switching to assembly in gdb

assembly gdb

How many ways to set a register to zero?

assembly x86 x86-16 tasm

What does ordered / unordered comparison mean?

Why does unique_ptr instantiation compile to larger binary than raw pointer?

c++ assembly smart-pointers

How can I see the assembly code that is generated by a gcc (any flavor) compiler for a C/C++ program?

c++ c assembly code-generation

Find which assembly instruction caused an Illegal Instruction error without debugging

c linux assembly x86-64 yasm

x86 Assembly Reference Sheet [closed]

assembly

What do the dollar ($) and percentage (%) signs represent in x86 assembly?

assembly x86 att

Comparing Fortran & C++ assembler for int = floor(sqrt(...))

What is the meaning of each line of the assembly output of a C hello world?

linux gcc assembly x86

ret, retn, retf - how to use them

assembly x86

C code loop performance

What is the reason function names are prefixed with an underscore by the compiler?

Why are rbp and rsp called general purpose registers?

Is it possible to create threads without system calls in Linux x86 GAS assembly?

What does NOPL do in x86 system?

assembly x86 nop

Long multi-byte NOPs: commonly understood macros or other notation

Why does mulss take only 3 cycles on Haswell, different from Agner's instruction tables? (Unrolling FP loops with multiple accumulators)