Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Infected compiler, or malfunction?

assembly masm masm32 virus

How do declare a memory range as uncacheable using gcc on x86 platform?

gcc assembly x86 sse

Compile intel assembly with gcc/mingw

gcc assembly

How do I implement an efficient 32 bit DivMod in 64 bit code

delphi assembly x86-64

Is it possible to use both 64 bit and 32 bit instructions in the same executable in 64 bit Linux?