Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Debugging disassembled libraries with gdb

assembly x86 gdb disassembly

Load constant floats into SSE registers

assembly sse

Fast intersection of two sorted integer arrays

c# .net assembly

Is there a way to output the assembly of a single function in isolation?

Disk Read Error while loading sectors into memory

writing functions in assembler

assembly nasm

Are PUSH/POP instructions considered RISC or CISC?

What is a Partial Flag Stall?

Does the REX.B override work with the MOVSS instruction?

assembly x86-64

What does the hash (#) value associated with the ARM LDR instruction mean?

assembly arm

Porting compiler from x86 Assembly to LLVM

Writing x86_64 linux kernel module in assembler

Is vxorps-zeroing on AMD Jaguar/Bulldozer/Zen faster with xmm registers than ymm?

CS:APP example uses idivq with two operands?

Loading raw code from C program

Harsh differences in generated assembly of floating-point comparisons < and >=

Force visual studio to always 'rebuild all' when debugging

Why does the sys_read system call end when it detects a new line?

128-bit values - From XMM registers to General Purpose

assembly x86 sse

Why does DOS set the SP register to 0xFFFE after loading a .COM file?