Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Why is GCC subtracting 1 and comparing <= 2? Is cmp faster with powers of two in assembly?

c++ assembly gcc x86 x86-64

What does the gdb 'x' command do?

How is SizeOfImage in the PE optional header computed?

How do you translate the fractional part of a short real number as returned by the 8087 co-processor?

How to use risc-v timer for accurate timing generation

assembly timer riscv

Reading and Printing content from a txt file using Mips Assembly

assembly printing mips

What does the @data directive mean in MASM?

assembly masm

Error reading disk when disk is not a hard drive. Int 0x13 ah 0x02

How to optimize this Delphi function with SSE2?

delphi assembly x86 sse2 basm