Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Beating or meeting OS X memset (and memset_pattern4)

Can branch prediction crash my program?

Intel CPUs Instruction Queue provides static branch prediction?

Unexpected x64 assembly for __atomic_fetch_or with gcc 7.3

TI assembly: differences between

assembly z80 ti-basic

Addressing Modes in Assembly Language (IA-32 NASM)

How to power down the computer from a freestanding environment?

An SSE Stdlib-esque Library?

c++ c visual-c++ assembly sse

Retq instruction, where does it return

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