Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What does asm("pause") do and why to use it

linux assembly x86

How hard is it (really) to decompile assembly code? [closed]

The difference between cmpl and cmp

What does an equals sign = on the right side of a LDR instruction in ARM mean?

assembly arm ida

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?