Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

Default registers and segments value on booting x86 machine

8086 assembly on DOSBox: Bug with idiv instruction?

assembly x86 x86-16 tasm dosbox

How does x86 real-mode segments overlap help memory saving?

How to make x=2a+3b in 4 instructions limit using ONLY mov,add,sub,neg? [closed]

assembly add x86-16 mov

Error: Operation size not specified - NASm

assembly nasm x86-16 mov

manipulating 32 bit numbers with 16 bit registers in 8086

Can a UEFI machine use BIOS interrupts?

Using ES register gives errors

Assembly 8086 EQU directive

assembly x86-16 emu8086

How to pass/retrieve DOS command-line parameters in a 16-bit assembly program?

assembly dos tasm 16-bit x86-16

Running a game written in 8086 assembly on a modern CPU

assembly dos x86-16

What does it mean by "MOV AH, 4CH" in assembly language?

How can I get an extra segment in DOS?

Newline in 8086 assembly language: my text prints stair-stepped

assembly dos x86-16

Can a string literal in C be modified?

How to check keys status in x86 assembly?

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?)