Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

assembly vim syntax highlighting

Does GCC generate suboptimal code for static branch prediction?

What is the difference between assembly code and bytecode?

assembly bytecode

ASM: MASM, NASM, FASM?

assembly intel nasm masm fasm

Difference between movq and movabsq in x86-64

Why does breaking the "output dependency" of LZCNT matter?

Understanding GHC assembly output

haskell assembly ghc

How to use RIP Relative Addressing in a 64-bit assembly program?

Difference in performance between MSVC and GCC for highly optimized matrix multplication code

c++ visual-c++ gcc assembly x86

Where exactly is the red zone on x86-64?

What use is the INVD instruction?

assembly x86 cpu-cache

'Correct' unsigned integer comparison

Some x86 ASM Reference/Tutorials? [closed]

reference x86 assembly

Useless test instruction?

Adding leading underscores to assembly symbols with GCC on Win32?

c winapi gcc assembly mingw

Why does division by 3 require a rightshift (and other oddities) on x86?

What's the relationship between assembly language and machine language?

Why isn't pass struct by reference a common optimization?

Alloca implementation

Reading program counter directly