Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Device drivers and Interrupt service routines

assembly x86 device drivers

NASM x86 print integer using extern printf

c x86 nasm

Difference between JS and JL x86 instructions

assembly x86

What's up with gcc's handling of alloca?

c gcc x86 alloca

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