Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Examining code generated by the Visual Studio C++ compiler, part 1 [duplicate]

c assembly x86

Why is ROL instruction used?

assembly x86

Assembly compiled executable using INT 0x80 on Ubuntu on Windows Subsystem for Linux doesn't produce output

x86/x64 Add Displacement addressing

assembly x86 64-bit

Does Android x86 emulate ARM?

android x86 vmware qemu

How does adding a run-time breakpoint in Visual Studio work?

Adding a redundant assignment speeds up code when compiled without optimization

Is __int128_t arithmetic emulated by GCC, even with SSE?

c gcc x86 sse int128

Operand size conflict in x86 Assembly?

assembly 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