Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Useless test instruction?

Adding leading underscores to assembly symbols with GCC on Win32?

c winapi gcc assembly mingw

Why does division by 3 require a rightshift (and other oddities) on x86?

What's the relationship between assembly language and machine language?

Why isn't pass struct by reference a common optimization?

Alloca implementation

Reading program counter directly

Why does g++ pull computations into a hot loop?

Why are AND instructions generated?

c# .net assembly

What does bx lr do in ARM assembly language?

assembly arm

Base pointer and stack pointer

Why does Visual Studio use xchg ax,ax

What is the 0x10 in the "leal 0x10(%ebx), %eax" x86 assembly instruction?

assembly x86 instructions

How to: pow(real, real) in x86

x86 assembly pow

x86_64 ASM - maximum bytes for an instruction?

c assembly x86 64-bit x86-64

What functions does gcc add to the linux ELF?

c linux gcc assembly elf

Big differences in GCC code generation when compiling as C++ vs C

c++ c gcc assembly x86-64

x86 LOCK question on multi-core CPUs

Basic use of immediates vs. square brackets in YASM/NASM x86 assembly

What is .cfi and .LFE in assembly code produced by GCC from c++ program?

c++ gcc assembly