Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Double vs Float80 speed in Swift

x86 mfence and C++ memory barrier

Integer overflow on multiplication - compiler bug?

delphi x86

How can I use gcc to compile x86 assembly code on an x64 computer