Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Using ymm registers as a "memory-like" storage location

assembly x86 sse avx

Optimizing the backward solve for a sparse lower triangular linear system

How do I store the value of a register into a memory location pointed to by a pointer?

c++ pointers assembly x86

Tutorials / books on understanding assembly output [closed]

c++ c assembly

Assembly-level function fingerprint

How to modify Erlang assembly? Are any resources available?

assembly erlang

68040 Takes Wrong Branch of If Else

Can a shift using the CL register result in a partial register stall?

LLVM JIT tutorial code crashes with simple parameterized function. Why?

c++ assembly llvm jit

Why aren't those function calls optimized?

Odd results when evaluating benchmark example from Rust Book

How call assembly function from Swift

swift function assembly

Best way to load/store from/to general purpose registers to/from xmm/ymm register

assembly x86 simd sse2 avx2

Can PTEST be used to test if two registers are both zero or some other condition?

assembly x86 sse intrinsics sse4

Jump back some iterations for vectorized remainder loop

c performance assembly x86 simd

Why does this code snippet produce radically different assembly code in C and C++?

c++ c gcc assembly simd

GDB shows error message when trying to print a variable in an Assembly program

assembly gdb yasm

x86 BSWAP instruction REX doesn't follow Intel specs?

How syscall knows where to jump? [closed]

Difficulty understanding logic in disassembled binary bomb phase 3