Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

Byte order in memory after storing a 16-bit number on 8086?

NASM x86 16-bit addressing modes [duplicate]

Calculating padding length with GAS AT&T directives for a boot sector?

How to play sound on two different DOSBoxes simultaneously?

Mode X in Assembly x86-16, Why is plane 1 not printing and all the other planes are not in the correct order?

assembly graphics dos x86-16 vga

Assembly does reading a plane in mode x needs a different output to the VGA ports from writing?

assembly x86 dos x86-16 vga

Assignment directive not assigning new value to a symbol in emu8086

assembly x86-16 emu8086

Bootloader works in emulators but not on real hardware

nasm/ld "relocation truncated to fit: R_386_16"

The 'LES' 8086 instruction is not working as intended

assembly dos x86-16

What decides memory address for global variables. Compiler or Operating system?

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