Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

How to run a program without an operating system?

Why does Java switch on contiguous ints appear to run faster with added cases?

Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?