Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

Custom Display Modes in Assembly

Making a pong game in assembly, how do I get an input of multiple keystrokes at once?

Is 0x0000:0x7000 a unsafe address to load your kernel? Or is it just qemu annoying me

Is there another instruction similar to MOVZX, but supported on the 8086?

assembly x86 x86-16 emu8086

INT 13, 2 hanging on x86 real mode when trying to read sectors from floppy drive

assembly x86 x86-16 bios osdev

What memory is impacted using the location counter in linker script?

USB hard disk emulation cause a disk read to fail (BIOS int 13)?

Jump out of range solutions and how different instructions affect range

assembly x86-16

How does assembler process "org 100h" directive?

assembly dos x86-16

PCI Bios 2.1 Question - How to set device interrupt

interrupt x86-16 bios pci

How much of this is needed to read ticks from the BIOS (8086)?

c assembly x86 x86-16 dos

set the alignment of the data segment in TASM ideal mode

assembly x86 dos x86-16 tasm

How to map 320x200 pixels to VGA video memory in 16 bit assembly

How to subtract two 64 bit integers in 8086 assembly

assembly nasm x86-16 dosbox

How to display 11.1 after div in assembly?

assembly x86 x86-16

debug.exe from DOS 6.22 errored on assembling mov ax, imm16 with the `a` command; works in Win 2000

Assembly 8086, LOOP instruction doesn't stop

loops assembly x86-16

Set the leading zero bits in any size integer C++

How do you translate the fractional part of a short real number as returned by the 8087 co-processor?

Error reading disk when disk is not a hard drive. Int 0x13 ah 0x02