Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What is The Memory Address of Character Table In DOS? [closed]

c memory assembly dos vga

Best way to load a 64-bit integer to a double precision SSE2 register?

assembly double sse sse2 int64

Why does GCC generate different opcodes for multiplication based on a value of the constant?

How can I write self-modifying code that runs efficiently on modern x64 processors?

Floating Point Program gives Invalid Result

what does compiler do with a[i] which a is array? And what if a is a pointer?

c++ c arrays pointers assembly

Atomic operations and code generation for gcc

GDB TUI: Scroll assembly view above current instruction?

assembly gdb

How to generate assembly code with gcc that can be compiled with nasm [duplicate]

gcc assembly nasm

How does MSVC optimize static variable usage?

x86 assembly programming loops with ecx and loop instruction versus jmp + j<condition>

loops assembly x86

What do ds:si and es:di mean in assembly?

What's the point of the VPERMILPS instruction (_mm_permute_ps)?

where can I find a description of *all* MIPS instructions

What is Compare And Swap good for?

mov eax, large fs:30h

debugging assembly x86 ida mov

Why do we use .globl main in MIPS assembly language?

assembly mips spim

SIMD instructions for floating point equality comparison (with NaN == NaN)

Clean x86_64 assembly output with gcc? [duplicate]

gcc assembly x86-64

What does 0x0(r15) mean?

assembly