Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

LEA instruction? [duplicate]

assembly x86

rdtsc, too many cycles

c assembly x86 rdtsc

In x86 assembly how can you set the zero flag (ZF) without doing a compare operation?

x86 assembly machine-code

assembly cltq and movslq difference

Do you ever need to write real code in assembly language?

assembly x86

SSE rounds down when it should round up

Why Single Stepping Instruction on X86?

debugging gdb x86

Keyboard IRQ within an x86 kernel

c x86 kernel osdev irq

x86 jump to an address

assembly x86 gdb

Most performant way to subtract one array from another

performance delphi x86 sse

Possible to trap write to address (x86 - linux)

c++ c linux x86

Read a write a sector from hard drive with int 13h

How un-portable is assembly language, /really/?

Using LEA on values that aren't addresses / pointers?

c assembly x86 memory-address

Avoiding AVX-SSE (VEX) Transition Penalties

How can I mitigate the impact of the Intel jcc erratum on gcc?

Windows 8 fat binary (exe for x86 & ARM)