Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Instruction FYL2XP1

How can I determine the result in AX after MOV and LEA instructions

assembly x86 x86-16 real-mode

Why is there a memory space between my function local variables in the stack?

c++ c x86 gdb

Is there a way to get the list of all BIOS interrupts present on the current system programmatically?

assembly x86 bios real-mode

Is segmentation completely not used in x64?

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?