Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why does my data section appear twice in the compiled binary? Ubuntu, x86, nasm, gdb, reaelf

assembly x86 gdb nasm shellcode

Is it possible to predict a stack overflow in C on Linux?

c linux x86 alloca

Windows development: x86 to x64 transition

c++ windows x86 64-bit

Why does this 'hello world' x86 bootloader code written for NASM work without the [BITS 16] and [ORG 0x7C00] directives?

x86 nasm assembly bootloader

I'm learning x86 assembly on OS X 10.6, how do I compile?

assembly x86

Why is FLD1 loading NaN instead?

Printing Hexadecimal Digits with Assembly [duplicate]

assembly x86 nasm masm

x86 way to tell instruction from data

c assembly x86

Comparing quadwords in xmm

assembly x86 nasm sse

What is the purpose of a movss instruction with [this] as destination?

Assembly return address

assembly x86

Find first "1" in binary number [duplicate]

c algorithm assembly x86

shrl vs sarl .. x86 Assembly gnu

gcc assembly x86 gnu bit-shift

x86 ELF Disassembler that disassembles to Intel Syntax

linux x86 elf disassembly

Is there some benefit in the following assembly commands?

What's difference between number with $ or without $ symbol in at&t assembly syntax?

Convert string to int. x86 32 bit Assembler using Nasm

assembly x86 integer nasm

Value in Carry Flag

assembly x86 masm

ASM space optimization: EAX vs EBX

What to do in interrupt handler for divide by zero?