Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

x86-64 and far calls / jumps

Fastest x86 assembly code to synchronize access to an array? [closed]

multithreading assembly x86

Crenshaw's "Let's Build a Compiler": Transcription to C and x86 Assembler? [closed]

Modify return address on stack

Learning SSE/SSE2 and asm optimizations

assembly graphics x86 x86-64 sse

Automatic code deduplication of assembly language?

How to execute the CMU binary bomb in Ubuntu Linux?

linux assembly lsb

Assembly MIPS - How do I store an integer from the user into memory?

assembly mips mips32 spim

Why move 32-bit register to stack then from stack to xmm register?

ARM GCC generated functions prolog

c gcc assembly stack arm

Why gcc emits unneeded memory accesses when passing trivial struct by value?

Unneccessary pop instructions in functions with early if statement

c++ gcc assembly clang icc

_InterlockedCompareExchange optimization

Visual Studio - Compiling 32-bit code inside 64-bit project

How can I create an executable from LLVM ir?

Unable to include ASM header file in C without losing preprocessor

What is the meaning of PCDATA in Go assembly

go assembly

Weird performance effects from nearby dependent stores in a pointer-chasing loop on IvyBridge. Adding an extra load speeds it up?

COM calling convention on x64

GCC/objdump: Generating compilable/buildable assembly (interspersed with C/C++) source?

c gcc assembly objdump