Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why does int addition though pointers take one less x86 instruction than int multiplication through pointers?

Configure ASP.NET to use x86 on x64 Windows

How can I explain the behavior of the following shellcode exploit?

Process Page Tables

c windows assembly x86 kernel

Confusion with how Win32 API calls work in assembly

windows winapi assembly x86 nasm

How to compile 32-bit (my OS is 64-bit) - Error exe is not a valid Win32 application

x86 TEST instruction not working?

c assembly x86

ABI vs C++ Standard

c++ assembly x86 cpu abi

How to print a character in Linux x86 NASM?

Explanation of setting the overflow flag

assembly x86 masm

Does CALL instruction ALWAYS push the address pointed by EIP to stack?

What happens with a non-temporal store if the data is already in cache?

c++ x86 sse cpu-cache

What is the effect of second argument in _builtin_prefetch()?

c gcc assembly x86 prefetch

How to mirror a byte without using other registers?

assembly x86

Moving 64-bit constant to memory in x86 Assembly

assembly x86 64-bit nasm x86-64

Is it possible to use a conditional jump in assembly without a `cmp` first?

assembly x86

How does Linux kernel flush_write_buffers() work on x86?

c assembly linux-kernel x86 dma

disassemble c# code to machine instructions

c# performance x86 cil ildasm

Translate Delphi style ASM to English?

delphi assembly x86 basm

Unable to compile i386 compatible ffmpeg dylibs on Mac OS X