Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Struct offsets in inline assembly

Add the upper and lower 64-bits of a 128-bit xmm register

Printing a string in assembly using no predefined function

How does a processor fetch cache lines?

Warning: indirect call without `*'

Macro printing a value stored in a byte. Assembly masm

assembly macros masm

Tasm macros default value

assembly macros default tasm

gcc inline assembler define string

Adding a byte from memory to the AX register

Segmentation fault when calling x86 Assembly function from C program

c assembly x86 att

Load Sectors to RAM in qemu

How to define a user-defined event to be measured by PAPI?

assembly profiling papi

x86 Intel Assembly Program Only Compiles In NASM

assembly x86 nasm masm

Can I use cmpxchg16b to atomically copy a pointer to a pointer and an int, while simultaneously incrementing the int (atomic reference counting)?

Delay loop PIC assembly code not working on breadboard

Where can I find x86 register names? [duplicate]

What does this asm expression `64-$+buffer` means?

assembly nasm