Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How are floating point numbers stored inside the CPU?

Avoiding the JMP in the JMP CALL POP technique for shellcode NASM?

x86 Assembly pushad/popad, How fast it is?

Are cache operations atomic?

emu8086 complains about "Unterminated string" with a long string in a DB

assembly x86-16 emu8086

How many memory barriers instructions does an x86 CPU have?

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?