Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Multishift operation

Can I get a int from my EAX/RAX to a register of the FPU like st0?

assembly x86 nasm fpu

Is a mov to a segmentation register slower than a mov to a general purpose register?

How to use XACQUIRE, XRELEASE Hardware Lock Elision (HLE) prefix hints?

Assembly Instructions: AAA

assembly x86 x86-16 bcd 80286

Why can't mov set CS, the code segment register, even though it can set others?

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