Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why does leave do "mov esp,ebp" in x86 assembly?

assembly x86

Efficient integer compare function

c assembly x86 inline-assembly

How Do You Make An Assembler? [closed]

x86 assembly

x86 Assembly on a Mac

xcode macos x86 assembly intel

Fast method to copy memory with translation - ARGB to BGR

What is the purpose of the "PAUSE" instruction in x86?

Do x86 instructions require their own encoding as well as all of their arguments to be present in memory at the same time?

To learn assembly - should I start with 32 bit or 64 bit?

assembly x86 x86-64 low-level

Why is Windows 32-bit called Windows x86 and not Windows x32? [closed]

What is better "int 0x80" or "syscall" in 32-bit code on Linux?

Can I use Intel syntax of x86 assembly with GCC?

What do the brackets mean in x86 asm?

assembly x86 nasm

Why is there not a register that contains the higher bytes of EAX?

assembly x86 cpu-registers

Is this "should not happen" crash an AMD Fusion CPU bug?

How to write a disassembler? [closed]

x86 disassembly intel

Why is std::fill(0) slower than std::fill(1)?

How to generate assembly code with clang in Intel syntax?

c++ assembly x86 clang intel

Is using double faster than float?

Argument order to std::min changes compiler output for floating-point

What does the "lock" instruction mean in x86 assembly?

c++ qt assembly x86