Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

When should explicit alignment directives be used in assembly?

assembly alignment

Custom bootloader issues

Writing x86 assembly on an x64 bit processor

assembly x86 windows-7-x64

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