Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to get an objdump without NUL bytes?

What is the reason for different performance of the same implementation using icc, gcc and clang?

gcc assembly x86 simd icc

How can one protect a register from being overwritten during a function call?

INT 13, 2 hanging on x86 real mode when trying to read sectors from floppy drive

assembly x86 x86-16 bios osdev

Is it possible to use VMX CPU instructions inside VM?

Why does this simple assembly program work in AT&T syntax but not Intel syntax?

linux gcc assembly clang x86-64

Call a C preprocessor macro multiple times (through a variable)

c assembly macros

What memory is impacted using the location counter in linker script?

Comment syntax ambiguity under GAS ARM target

assembly arm gnu-assembler

What is .zero in GNU gas?

assembly gnu-assembler

Why is this jump instruction so expensive when performing pointer chasing?

When to use EXTERNDEF with ABS in MASM?

assembly x86 masm

Memory argument of VMOVDQU partially out of allocated range

Is it possible to implement subroutine call without a stack nor indirect addressing?

Returning a struct in SystemV ABI

MIPS assembly: big and little endian confusion

assembly mips

USB hard disk emulation cause a disk read to fail (BIOS int 13)?

Is there any way to save registers before jumping into function?

Jump out of range solutions and how different instructions affect range

assembly x86-16

where is it documented that global array in C, compiled by gcc, is initialized like "copy-on-write"?

c assembly gcc