Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What values can the carry flag hold, and how to check its status in x86 assembly?

assembly x86 nasm

Get Assembly code after every optimization GCC makes?

x86 cmpl and jne

assembly x86 att

Intel x86-64 XSAVE/XRSTOR

assembly x86-64

Using xa65 assembler to create Commodore 64 .prg

assembly c64 commodore 6510

Is if else faster than if + default?

c++ c assembly optimization

Compiler using local variables without adjusting RSP

How can I indicate that the memory *pointed* to by an inline ASM argument may be used?

Emulating variable bit-shift using only constant shifts?

Where does at&t assembly syntax come from?

assembly

Optimizing variable-length encoding

c++ c assembly sse

Good online resources to learn x86 assembly [closed]

assembly x86

Difference between load word and move?

assembly mips nios

Fast Division on GCC/ARM

Unsigned 64-bit to double conversion: why this algorithm from g++

Difference in ABI between x86_64 Linux functions and syscalls

Where are the stacks for the other threads located in a process virtual address space?

Fastest way to expand bits in a field to all (overlapping + adjacent) set bits in a mask?

c assembly x86 sse avx

GCC Inline Assembly: Jump to label outside block

Why does MSVC not support inline assembly for AMD64 and Itanium targets?