Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Why do ARM chips have an instruction with Javascript in the name (FJCVTZS)?

javascript assembly arm

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

gcc x86 gnu intel assembly

Can num++ be atomic for 'int num'?

What is the difference between MOV and LEA?

What are the calling conventions for UNIX & Linux system calls (and user-space functions) on i386 and x86-64

The point of test %eax %eax [duplicate]

assembly x86 att

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

Is inline assembly language slower than native C++ code?

c++ c performance assembly

Show current assembly instruction in GDB

assembly gdb

Protecting executable from reverse engineering?

c++ c obfuscation assembly

Why aren't programs written in Assembly more often? [closed]

Why would introducing useless MOV instructions speed up a tight loop in x86_64 assembly?

Why does GCC use multiplication by a strange number in implementing integer division?

Assembly code vs Machine code vs Object code?

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

Is 'switch' faster than 'if'?

What is a retpoline and how does it work?

What does multicore assembly language look like?

assembly x86 cpu multicore smp