Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What does it mean by a branch penalty?

Print newline with as little code as possible with NASM

Force a migration of a cache line to another core

Which instructions can produce a branch misprediction on x86 CPUs?

Benchmarking memory copy in a single shot

Why does the Linux Kernel copy implementation use the AC flag?

Optimize nested loops for pattern-filling an array, to help the compiler produce efficient ARM assembly?

Why is /=2 different from >>=1 for signed integers, and compiles to different asm?

Why a*b/c instead of a*(b/c) gives 3x bigger program size on AVR?

c assembly gcc avr atmega

What is the difference between linear ,physical ,logical and virtual memory address?

Why this unnecessary MOVAPD copy in gcc 9.1, in a tiny function

Stack cleanup not working (__stdcall MASM function)

c assembly x86 masm stdcall

On x64 Linux, what is the difference between syscall, int 0x80 and ret to exit a program?

Doxygen and Assembly Language

How to load kernel into memory from CD-ROM using Assembly (NASM)

x86 code generator framework for Delphi

What is wrong with this simple piece of code?

assembly

x86 opcode alignment references and guidelines

Question about the Intel's IA-32 software developer manual

assembly intel x86

SegFaults in my Assembler? But that's impossible! :O