Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

SAR command in X86 assembly with one parameter

assembly x86 disassembly

Calling C functions from x86 assembly language

c assembly x86

What does the R stand for in RAX, RBX, RCX, RDX, RSI, RDI, RBP, RSP? [duplicate]

Relative performance of swap vs compare-and-swap locks on x86

c assembly locking x86 atomic

Printing out a number in assembly language?

assembly x86 real-mode

Android x86 porting, unable to make it work

Meaning of (%eax) in AT&T syntax?

Why are signed and unsigned multiplication different instructions on x86(-64)?

Why does std::tuple break small-size struct calling convention optimization in C++?

How to implement atoi using SIMD?

c++ x86 sse simd atoi

Why don't stacks grow upwards (for security)?

What happens after a L2 TLB miss?

Does omitting the frame pointers really have a positive effect on performance and a negative effect on debug-ability?

Why does this function push RAX to the stack as the first operation?

c++ assembly x86 x86-64 abi

Change target CPU settings in Visual Studio 2010 Express

How to read the Intel Opcode notation

about assembly CF(Carry) and OF(Overflow) flag

assembly x86 flags

i386 different from x86? [closed]

x86 i386

What are the best instruction sequences to generate vector constants on the fly?

assembly x86 sse simd avx

Cost of push vs. mov (stack vs. near memory), and the overhead of function calls