Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Can an instruction be in two addressing modes at the same time?

Why isn't my root directory being loaded? (FAT12)

assembly x86 nasm bootloader fat

How does "+&r" differ from "+r"?

c gcc x86 inline-assembly

x86 Assembly: Data in the Text Section

assembly x86 shellcode

Do locked instructions provide a barrier between weakly-ordered accesses?

Why is L1 write access access worst with two threads in the same core (hyperthreading) than two cores?

c++ multithreading x86

Pipeline on Registers calculation

How to optimize DivMod for a constant divisor of 10

Are load ops deallocated from the RS when they dispatch, complete or some other time?

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?