Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to use a global variable in gcc inline assembly

Source-to-source compilation with LLVM [closed]

What does the following assembly instruction do addsd -8(%rbp), %xmm0?

Bypass delays when switching execution unit domains

assembly intel sse

Where, and why, is the x64 frame pointer supposed to point? (Windows x64 ABI)

Undefined reference to `WinMain' when compiling Nasm program on windows (MinGW)

windows assembly mingw nasm

Why use the Global Offset Table for symbols defined in the shared library itself?

Drain the instruction pipeline of Intel Core 2 Duo?

How to run assembly in gdb directly?

assembly gdb

what is the order of source operands in AT&T syntax compared to Intel syntax?

gcc assembly x86 att

Memory addressing with GNU Assember Intel Syntax

64-bit windows assembler

EBP, ESP and stack frame in assembly

Why can't MOV have both operands as memory locations? [closed]

assembly x86-16

How to protect a global variable shared by isr and regular function?

c assembly arm mutex semaphore

Can the IN (as well as INS, INSB, etc.) instruction block in x86 assembly?

assembly x86

Why does Delphi insert nop's in the middle of nowhere?

delphi assembly delphi-xe2

Fastest way to compare one byte array with many others?

c algorithm assembly x86-64 sse

What is the difference between MASM.exe and ml.exe?

windows assembly masm

Meaning of "ds:" in assembly language

assembly x86 intel