Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why is %eax zeroed before a call to printf?

How does C++ exception handling translate to machine code

What is __i686.get_pc_thunk.bx? Why do we need this call?

Why does the ARM PC register point to the instruction after the next one to be executed?

assembly arm

What is the difference between 'asm', '__asm' and '__asm__'?

Obtaining peak bandwidth on Haswell in the L1 cache: only getting 62%

c memory assembly nasm fma

What is the meaning of XOR in x86 assembly?

assembly xor

explanation about push ebp and pop ebp instruction in assembly

How do AX, AH, AL map onto EAX?

assembly x86 cpu-registers

Is there a programming language "below" Assembly? [closed]

Profiling high-performance Haskell code

haskell assembly profiling

What is the 'asmlinkage' modifier meant for?

c assembly linux-kernel

Using Assembly Language in C/C++

Is it possible to include inline assembly in Go code?

go assembly inline-assembly

What is the difference between unconditional branch and unconditional jump (instructions in MIPS)?

assembly mips

Is there syntax highlighting for assembly in Sublime Text 2?

Where are expressions and constants stored if not in memory?

NASM Vs GAS (Practical differences)

Stack allocation, padding, and alignment

c gcc assembly x86 stack

Algorithm for finding the smallest power of two that's greater or equal to a given value [duplicate]

c++ algorithm assembly