Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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"

Difference between JE/JNE and JZ/JNZ

assembly x86

What does "int 0x80" mean in assembly code?

assembly x86

How does x86 paging work?

x86 paging virtual-memory

How to write hello world in assembler under Windows?

winapi assembly x86 nasm

Why is SSE scalar sqrt(x) slower than rsqrt(x) * x?

Why is x86 ugly? Why is it considered inferior when compared to others? [closed]