Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Why do BSD systems need to sub esp,4 when performing a system call?

assembly x86 stack bsd

Change an array's value in x86 assembly (embedded in C++)

c++ assembly embedded x86

xor hex strings of different length NASM

assembly hex nasm xor

How to change processor stack?

Building Jonesforth - asm/unistd.h: No such file or directory

GNU assembler errors on intel syntax code that used to work in 2007

Best possible accuracy for single precision floating point division

How much faster are SSE4.2 string instructions than SSE2 for memcmp?

Executing code in mmap to produce executable code segfaults

How to set up a new stack segment for programs in x86 to separate from my kernel?

Behavior of stack addressing and esp usage

c assembly x86