Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why GCC generates strange way to move stack pointer

Explanation of Asm code

Write a maximum of two instructions to clear, set and complement some bits in the AL register

assembly x86 xor masm

How to implement deterministic malloc

c linux x86 malloc

x86 Comparison Instruction That Uses XOR Instead of Subtraction

Are there any such processors which have instructions to bypass the cache?

Assembly x86 registers signed or unsigned

Assembly Language (x86): How to create a loop to calculate Fibonacci sequence

Does __asm{}; return the value of eax?

Are x86 opcodes arbitrary?

assembly x86 machine-code

What does movl $_start, %eax mean?

assembly x86

why 32 bit drivers do not work on 64 bit

Use of TEST instruction with same register

How to reverse an __m128 type variable?

c++ c x86 sse simd

Switch from 32bit mode to 64 bit (long mode) on 64bit linux

linux x86 x86-64 32bit-64bit

Is it possible to map a process into memory without mapping the kernel?

In assembler, why does the use of registers differ between addition and subtraction?

c assembly x86

Why is the compiler generating a push/pop instruction pair?

c assembly x86 sse

gdb find memory address of line number

c linux gdb x86

What's going on in Apple LLVM-gcc x86 assembly?

c macos assembly x86 llvm-gcc