Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

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