Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Intel 8086 Assembly -- Squaring a Register

Test if any byte in an xmm register is 0

string assembly x86 simd sse2

How do you call C functions from Assembly and how do you link it Statically?

c linux assembly gcc x86-64

Set and reset keyboard Interrupt Service Routines in x86 real mode within DOS with Assembly

Indexing array elements in Assembly

arrays assembly nasm

How to load an immediate number to a register in RV32I Base Instruction Set?

RISCV - How are jump instructions PC-relative?

Understanding a DT_TEXTREL warning

Why modern calling conventions pass variadic arguments in registers?

Why do GCC and Clang stop using RIP-relative loads for arrays bigger than 16MB?

Division produces wrong result

Why can't the VS 2015 compiler optimise a branch in an abs() implementation on float numbers?

c++ assembly optimization

gcc optimisation with LEA [duplicate]

gcc assembly optimization

Understanding of LDR and STR?

assembly arm

Where can I find a list of x86_64 assembly instructions?

understanding system call dispatcher for windows?

Visual C++ generates DIV instead of IDIV (x86, integer arithmetic)