Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

PC boot: dl register and drive number

Using 3Dh causes interrupt to only return "Acces Denied"

assembly x86-16 dos tasm dosbox

What was CS register's value at boot time?

assembly x86-16 boot bios bochs

What would happen if the CS segment register is changed? (And how would you do so?)

How do you disable the PC speaker beep interrupt that occurs while looping?

assembly interrupt x86-16

Registering Interrupt in 16 bit x86 Assembly

the use of ASSUME directive in 8086 instruction set

Enable the boot loader to load the second sector of a USB

Use of TEST instruction with same register

Displaying characters with DOS or BIOS

assembly x86 dos x86-16 bios

IDE and Assembler for 8086/88

assembly ide 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