Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Which variable size to use (db, dw, dd) with x86 assembly?

variables assembly x86

Is it possible to tell the branch predictor how likely it is to follow the branch?

Why is the loop instruction slow? Couldn't Intel have implemented it efficiently?

Where is the lock for a std::atomic?

c++ c++11 x86 atomic stdatomic

Enhanced REP MOVSB for memcpy

What are IN & OUT instructions in x86 used for?

assembly x86 linux-kernel

Double cast to unsigned int on Win32 is truncating to 2,147,483,648

What does "rep; nop;" mean in x86 assembly? Is it the same as the "pause" instruction?

Limitations of Intel Assembly Syntax Compared to AT&T [closed]

Why does Intel hide internal RISC core in their processors?

What is the purpose of the EBP frame pointer register?

performance assembly x86

How do I disassemble raw 16-bit x86 machine code?

linux assembly x86 x86-16 mbr intel

Using gdb to single-step assembly code outside specified executable causes error "cannot find bounds of current function"