Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Extra registers in x86 64 bit

c linux 64-bit x86

Why does this simple program compiled with gcc,-mfpmath=387, and an optimization level of -O2 or -O3 produce NaN values?

c gcc x86 floating-point x87

How did debuggers for 16-bit real mode programs produce stack traces?

debugging x86 real-mode

Why left shift instruction has two names (SAL and SHL) in x86-64 ISA? [duplicate]

The return address in the assembly code

assembly x86 call

How do *move elimination* slots work in Intel CPU?

x86 intel cpu-architecture

Accessing command line arguments in MASM assembler (x86)

assembly x86 dos masm

Compiling + linking a custom OS with Cygwin gcc: Unrecognized emulation mode: elf_i386

gcc assembly x86 cygwin osdev

Explanation of assembly code

Why dependency in a loop iteration can't be executed together with the previous one

Is pipelining/OoOE available on modern x86 processors when running in real mode?

How can I set the default build target to x86 for all projects, in Visual Studio 2008?

How to make strcmp to return 0 in assembly

c assembly x86 strcmp

Inconsistent operand constraints in an 'asm'

Why does my bootloader not load a byte from memory correctly?

What is the method for counting how many bytes your program will be, reading from 32 bit x86 assembly code

x86 MASM Assembly - Empty Variable that Holds a String

assembly x86 masm

Invalid results querying my system’s cache information with GetLogicalProcessorInformation()