Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Add a constant value to a xmm register in x86

assembly x86 sse x87

First OS, a few assembly line explanations

assembly x86 bootloader bios

What does the .align directive do?

x86

How to read the flags registers in x86 processor [duplicate]

assembly x86

Difference betwee vsdo and vsyscall

How do you add CH to EAX in x86 assembly?

assembly x86 cpu-registers

8086 TASM: Illegal Indexing Mode [duplicate]

assembly x86 x86-16 tasm

Cast from float to double produces different results—same code, same compiler, same OS

Bitwise operation on a floating point usefulness

Print string using INT 0x10 in bootsector

assembly x86 fasm

Why isn't movl from memory to memory allowed?

Can two instructions execute in the same cycle if the same register is used as input and output respectively?

Unexpected output when printing directly to text video memory

c x86 kernel bootloader osdev

8086 random number generator (not just using the system time)?

Copying data from one variable to another

assembly x86 nasm

Is it possible to dereference something inside of a dereference in assembly?

assembly x86 masm dereference

Instruction reordering in x86 / x64 asm - performance optimisation with latest CPUs

Unknown meaning of colon ( : ) in assembly instruction

Would buffering cache changes prevent Meltdown?

GCC inline assembly with stack operation