Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why "DIV EDX" in MASM always generates processor exception?

Why is both "03 c8" and "01 c1" = add ecx, eax

assembly x86

NASM changes JNZ to JNE while assembling? Why?

assembly x86 nasm disassembly

Are Intel x86_64 processors not only pipelined architecture, but also superscalar?

Rebooting in Protected Mode

x86 osdev

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