Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

x86_64 Linux syscall arguments

How to write to screen with video memory address 0xb8000 from real mode?

Can x86 reorder a narrow store with a wider load that fully contains it?

Meaning of REX.w prefix before AMD64 jmp (FF25)

winapi assembly x86-64

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 >=