Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

x86: latency and throughput of transcendental functions

x86 latency throughput fpu x87

Trying to reverse engineer a function

MUL/DIV instructions vs. MOV & SHL/SHR (Pentium Pro)

assembly x86 opcodes

assembly lea: invalid effective address

assembly x86 nasm

Printing a string in assembly using no predefined function

Warning: indirect call without `*'

Does AMD support x2APIC?

x86 cpu osdev amd-processor apic

Segmentation fault when calling x86 Assembly function from C program

c assembly x86 att

Are SIMD and VLIW instructions the same thing?

x86 Intel Assembly Program Only Compiles In NASM

assembly x86 nasm masm

Where can I find x86 register names? [duplicate]

Why do BSD systems need to sub esp,4 when performing a system call?

assembly x86 stack bsd

Change an array's value in x86 assembly (embedded in C++)

c++ assembly embedded x86

How to change processor stack?

GNU assembler errors on intel syntax code that used to work in 2007

How much faster are SSE4.2 string instructions than SSE2 for memcmp?

How to set up a new stack segment for programs in x86 to separate from my kernel?

Behavior of stack addressing and esp usage

c assembly x86