Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Looking for a half float or quarter float library [closed]

c++ c assembly floating-point

How to understand the first line of the DCPU-16 specs assembly example?

assembly dcpu-16

Printing floating point numbers from x86-64 seems to require %rbp to be saved

Software interrupts VS System calls

numpy around/rint slow compared to astype(int)

python c assembly numpy sse

x86 assembly equ vs =

_addcarry_u64 and _addcarryx_u64 with MSVC and ICC

What's So Difficult About `uint64_t`? (Conversion Assembly From `float`)

Why does GCC on x86-64 insert a NOP inside of a function?

gcc assembly x86-64 nop

Using ".intel_syntax noprefix" how can I get memory address of a label?

Race condition when accessing adjacent members in a shared struct, according to CERT coding rule POS49-C?

Cost of a sub-optimal cacheline prefetch

Step into standard library call with godbolt

Minimal executable size now 10x larger after linking than 2 years ago, for tiny programs?

linux assembly x86 linker ld

How to concatenate GNU GAS macro arguments with other tokens to make single label?

assembly gnu-assembler

Loading programs to RAM and executing them NASM 16b

assembly x86 nasm

PE file opcodes

Fastest way to count bits [duplicate]

c assembly

Learning about basic example of function call in SPARC assembly

c assembly sparc mov

x86 Assembly set of 'push'es and 'pusha' difference

assembly x86 stack assemblies