Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How do I get the machine code of an assembly instruction known at compile time?

delphi assembly shellcode basm

Why movlps and movhps SSE instructions are faster than movups for transferring misaligned data?

optimization assembly sse

fatal: unable to open include file `system.inc'

assembly nasm freebsd

GCC changes less than to less than or equal to

c gcc assembly gdb

Segmentation fault creating a user-level thread with C and assembly

c assembly

Linux x86 NASM - Subroutine: Print a dword from EAX [duplicate]

linux assembly x86 nasm intel

Why does the Solaris assembler generate different machine code than the GNU assembler here?

linux assembly solaris x86-64

Printing hex values in x86 assembly

assembly printing x86 hex

MIPS to C Translation

Referencing operands/parameters in GNU assembler macros

Installing/Compiling NASM package on Mac OS X Maverick

Minimum Number of Bits Required for Two's Complement Form

Having trouble determining constants in this assembly code

c gcc assembly

Counting number of instructions executed by a binary using pin, perf and valgrind

c assembly valgrind x86-64 perf

Local labels in GNU assembler; gdb printing backtrace as though labels are functions

Why does the 80x87 instruction set use a "stack-based" design?

Cortex-M0+ Linker Script and Startup Code

X86_64 - assembly - Why displacement not 64 bits?

How 32 bit IR hold load instruction?(RISC style 32bit architechture)

x86 memory access segmentation fault