Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Compile an asm bootloader with external c code

Globally Invisible load instructions

What is the meaning/use of the MOVZX, CDQE instructions in this code output by a C compiler?

assembly x86 64-bit x86-64

How can an underflow lead to an overflow?

c x86 floating-point underflow

Help improving a simple assembly function

assembly x86

NASM shift operators

NASM x86 16-bit addressing modes [duplicate]

Asm CALL instruction - how does it work?

c++ c windows assembly x86

Need guidance on understanding basic assembly

linux assembly x86 nasm

Detect the availability of SSE/SSE2 instruction set in Visual Studio

c++ visual-studio x86 sse sse2

Differences between PUSH eax and mov [esp], eax?

assembly x86

Why is there three leal instructions for this IA32 assembly code?

c assembly x86 intel

Should I truncate my ints to shorts before computing bitwise ops on them?

NASM assembler - How to make sure the function label isn't executed one extra time?

assembly x86

Most recent processor without support of SSSE3 instructions? [closed]

x86 sse simd instruction-set

How does the CPU/assembler know the size of the next instruction?

Why does it require 20X more time for these calculations when the values get tiny [duplicate]

c++ c++builder x86

How does ASM knows an arithmetic operation is signed or unsigned?

assembly x86 masm irvine32

x86/x64: modifying TSS fields

assembly x86 x86-64

How to determine if the registers are loaded right to left or vice versa