Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Where is the load barrier for the volatile statement?

What is the purpose of xorps on the same register?

c++ assembly

while(i--) optimization by gcc and clang: why don't they use sub / jnc?

c performance gcc assembly x86

Does vzeroall zero registers ymm16 to ymm31?

assembly x86 intel avx avx512

Is L2 HW prefetcher really helpful?

Why is XOR much faster than OR?

performance assembly rust

How to tell gcc to keep my unused labels?

c assembly gcc compiler-flags

Running code on different processor (x86 assembly)

Real mode BIOS routine and Protected Mode

How to use libelf to generate an ELF file for my own compiler?

c file assembly x86 elf

symbol table and relocation table in object file

[ARM CortexA]Difference between Strongly-ordered and Device Memory Type

memory assembly arm cortex-a8

gcc inline assembly using modifier "P" and constraint "p" over "m" in Linux kernel

c gcc assembly linux-kernel

Determine FLOPS of our ASM program

c assembly arm neon flops

Pointer Deferencing in x86 Assembly Code

c pointers assembly x86 att

Why does direct accessing to structure members produces significantly more assembly code compared to indirect accessing in GCC?

Why does my disassembled C++ code use the instruction pointer and an offset to get string literals?

c++ assembly x86-64

What does "r/m8" mean when used in instruction encoding tables?

assembly x86

What is the penalty of mixing EVEX and VEX encoded scheme?

assembly x86 simd avx512

How to use "GS:" in 64-bit Windows Assembly (eg, porting TLS code)

winapi assembly x86-64 win64