Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

What is gcc -O2 doing to the recursive Fibonacci function?

gcc assembly recursion x86

x86 Instruction Format: "ba 0e 00 00 00" ... "mov $0xe,%edx"

linux assembly x86

Why "or ah,ah"?

assembly x86

Is there a way to keep a word sized immediate in a 32bit register instruction

Will the binaries built for ARM work on Intel processors? [Android]

android android-ndk x86 arm