Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

x86 assembly: Pass parameter to a function through stack

What code skeleton should I use for Intel 8086 DOS assembly?

assembly x86 dos x86-16

Why can't MOV have both operands as memory locations? [closed]

assembly x86-16

How can linux boot code be written in C?

SAL/SAR vs SHR/SAR in assembly 8086

assembly x86-16 opcode

Define byte appearing in debug after a manually encoded far call

How to set 1 second time delay at assembly language 8086

assembly time delay x86-16

Why does CMP (compare) sometimes sets a Carry Flag in 8086 assembly?

assembly x86-16 subtraction

Generating a random number within range of 0-9 in x86 8086 Assembly

assembly random x86 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?