Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Missing optimization: mov al, [mem] to bitfield-insert a new low byte into an integer

How do you set bytes directly with DASM?

assembly 6502

How to print EIP address in C? [duplicate]

c linux assembly memory x86

Why does `lea esi, dword [edx + ecx * 4]` produce an error when assembled using NASM?

assembly x86 nasm

Why is there "syscall" instruction in the x86-64 ISA, if syscalls are OS related?

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