Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why do x86-64 instructions on 32-bit registers zero the upper part of the full 64-bit register?

What is the best way to set a register to zero in x86 assembly: xor, mov or and?

How do you use gcc to generate assembly code in Intel syntax?

gcc x86 gnu intel assembly

What is the difference between MOV and LEA?

An expensive jump with GCC 5.4.0

The point of test %eax %eax [duplicate]

assembly x86 att

What happens when a computer program runs?

Why does GCC generate such radically different assembly for nearly the same C code?

What is the difference between Trap and Interrupt?

What Every Programmer Should Know About Memory?

How does the ARM architecture differ from x86? [closed]

x86 arm

What is exactly the base pointer and stack pointer? To what do they point?

What is a retpoline and how does it work?

What does multicore assembly language look like?

assembly x86 cpu multicore smp

How to run a program without an operating system?

How to compile Tensorflow with SSE4.2 and AVX instructions?

Deoptimizing a program for the pipeline in Intel Sandybridge-family CPUs

How can I determine if a .NET assembly was built for x86 or x64?

What's the purpose of the LEA instruction?

assembly x86 x86-64 x86-16

Why does C++ code for testing the Collatz conjecture run faster than hand-written assembly?