Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Weird results with movzwl, %ax and negative values

Add 0xFFFFFFFF in x86 assembly

assembly x86

x86 partial register usage

assembly x86

How does machine code access parameters to a subroutine call?

x86 assembly machine-code

How to populate a 64 bit register with duplicate byte values

assembly x86 64-bit masm

unable to compile assembly: /usr/bin/ld: i386 architecture of input file `array1.o' is incompatible with i386:x86-64 output [duplicate]

gcc assembly x86 nasm

What is vmovdqu doing here?

what does JMP do to stack and frame pointers?

assembly x86

Finding number of operands in an instruction from opcodes

"call 0x80482f0 <puts@plt>"? Just need clarification of one line of code in a 'hello world' program in x86 assembly

linux debugging assembly x86

x86 Linux assembler get program parameters from _start