Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why this mov gs instruction causes a fault in VMWare Workstation guest running Windows 7 OS?

Exclusive access to L1 cacheline on x86?

How are memory addresses placed in an binary files?

What are assembler section directives used for?

assembly arm gnu-assembler

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