Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Basic yet thorough assembly tutorial (linux)? [closed]

linux assembly nasm

Difference between MOVDQA and MOVAPS x86 instructions?

assembly x86 sse simd mov intel

x86_64 best way to reduce 64 bit register to 32 bit retaining zero or non-zero status

A good NASM/FASM tutorial? [closed]

assembly nasm fasm

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?