Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Segfault with x86 assembly on mov 0, %eax

How to compile assembly whose entry point is not main with gcc?

gcc assembly x86-64

How does x86 eflags bit 18 (alignment check) work? (Related to check for 386 vs. 486 and later.)

assembly x86 alignment flags

addressing array elements in nasm

assembly nasm

Bits bytes words and dwords - when to use what in assembly?

What do the gcc assembly output labels signify?

gcc assembly

How to use relative jumps?

assembly nasm x86

implement 64-bit arithmetic on a 32-bit machine

c assembly x86 bigint

Using RIP-relative addressing in OSX x64 assembly

Why is this machine code generated for "inc qword [rsp]"?

Why does the VC++ compiler MOV+PUSH args instead of just PUSH them? x86

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