Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

gcc, inline assembly - pushad/popad missing?

STM32F407 Assembly, STR not writing into memory

assembly arm gdb stm32

Avoid optimizing away variable with inline asm

Why does GCC produce extra ADDS instruction after LDR for loading an .rodata pointer on ARM thumb instruction set?

Assembly 8086, LOOP instruction doesn't stop

loops assembly x86-16

How to right rotate a 64-bit value efficiently in 32-bit ARM assembler?

x86 assembly - how to use Windows API _WriteConsole@4 - masm32 syntax

winapi assembly x86 masm masm32

How can I elegantly take advantage of ARM instructions like REV and RBIT when writing C code?

Efficient multiple indirection in 6502 code

Is the conditional move optimization against the C standard?

Kip Irvine- Assembly Language for X86 Processors- how relevant for Linux?

How can adding a function call cause other symbols to become undefined when linking?

Can gcc compile x86 assembly or just link it?

assembly gcc x86

Writing a JIT compiler in assembly

Fastest inline-assembly spinlock

How many bytes does the push instruction push onto the stack when I don't specify the operand size?

View disassembly in XCode 4 (or Xcode 5 or Xcode 6)

xcode assembly xcode4 xcode5

GDB examine command confusion

c assembly gdb

How to move (up to) 16 single bytes into an XMM register?

assembly x86 intel sse simd

How can I read arguments in _start function?

c linux assembly 64-bit