Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

C++ on x86-64: when are structs/classes passed and returned in registers?

Microarchitectural zeroing of a register via the register renamer: performance versus a mov?

First time learning assembly, is this saying a word size is 8-bytes?

assembly x86 size word x86-64

How to transpose a 16x16 matrix using SIMD instructions?

Assembly memory allocation

How to change the eflags register value in GDB?

debugging assembly gdb flags

How to quickly count bits into separate bins in a series of ints on Sandy Bridge? [duplicate]

c++ assembly x86 simd avx

Is it possible to permanently damage the hardware by software? [closed]

assembly hardware

Easiest/Best Way to Learn the x86 Instruction Set? [closed]

Explain the strange assembly of empty C `main` function by Visual C++ compiler

c visual-c++ assembly

Code injecting/assembly inlining in Java?

The advantages of using 32bit registers/instructions in x86-64

Clarifications on signed/unsigned load and store instructions (MIPS)

x86 ASM Linux - Using the .bss Section

linux assembly x86 nasm intel

What does `dup (?)` mean in TASM?

assembly x86 tasm

Getting max value in a __m128i vector with SSE?

c assembly x86 sse

Hello world using nasm in windows assembly

windows assembly mingw nasm

Assembly: REP MOVS mechanism

assembly x86

Does one assembler instruction always execute atomically? [duplicate]

Handling calls to (potentially) far away ahead-of-time compiled functions from JITed code