Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Dumping the values of the registers in GCC

gcc assembly x86

MMX Instructions and the x87 FPU Tag Word

assembly x86 fpu x87 mmx

Intel JCC Erratum - should JCC really be treated separately?

Fastest way to take the average of two signed integers in x86 assembly?

Macros in x86 assembly coding

assembly macros x86

`movaps` vs. `movups` in GCC: how does it decide?

Role of linker scripts when writing x86 assembly

Cost of instruction jumps in assembly

performance assembly x86

No intrinsics for x86 BMI instructions BLSI & BLSR in Clang?

Is the fall-through side of a conditional branch more efficient? Is it a good idea to make that the error-handling side?

PHP x86 Memory Limit

php memory x86 64-bit

How do assembly instruction differentiate between register, memory address, immediate value or offset parameter?

x86 instructions to set parity, overflow, & sign flags

assembly x86 masm32

How to add values?

assembly x86 masm irvine32

Comparing double with literal value in C gives different results on 32 bit machines

Why are Square Brackets used in LEA?

clflush not flushing the instruction cache

c++ assembly x86 cpu-cache

How to measure the ACTUAL number of clock cycles elapsed on modern x86?

Why RBP instead of another register as a frame pointer?