Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why doesn't the Rust optimizer remove those useless instructions (tested on Godbolt Compiler Explorer)?

Why does compiler generate additional sqrts in the compiled assembly code

GCC emits vastly different code using "-march=native" on similar architectures

c gcc assembly sse avx

How to write to the console in fasm?

assembly fasm

How to get Python to use Assembly

python windows assembly 64-bit

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