Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

What happens in the x86 architecture when an interrupt occurs?

Operand size prefix in 16-bit mode

overriding x86-16 operands

Why doesn't MS-DOS initialize the DS and ES registers?

assembly dos intel masm x86-16

Real mode BIOS routine and Protected Mode

What is the difference between RCR and ROR?

x86-16 assembly

Why does DOS set the SP register to 0xFFFE after loading a .COM file?

ADC instruction in ASM 8086

What is a paragraph (when referring to memory)

What is meaning of .model small in 8086 programs?

assembly masm x86-16

How to tell GCC to generate 16-bit code for real mode

What are the segment and offset in real mode memory addressing?

What do ds:si and es:di mean in assembly?

Does modern PC video hardware support VGA text mode in HW, or does the BIOS emulate it (with System Management Mode)?

Looking for 16-bit x86 compiler

Boot loader doesn't jump to kernel code

What does OFFSET in 16 bit assembly code mean?

assembly x86 masm x86-16 16-bit

While, Do While, For loops in Assembly Language (emu8086)

Difference between SHL and SAL in 80x86

assembly x86-16 bit-shift

What is the purpose of CS and IP registers in Intel 8086 assembly?

x86 intel x86-16

What are near, far and huge pointers?

c++ c pointers x86 x86-16