Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

Snake Assembly 8086: not moving correctly

assembly x86-16

Does Dosbox emulate a 32bit enviroment or a 16bit environment?

c x86-16 32-bit turbo-c++ dosbox

Playing .wav files on DOSBox's Sound Blaster device

How does the segment:offset addressing scheme work?

Faster way for any number(16bit) divide by 3 in assembly without DIV opcode

Zeroing %EAX Register on the 8086

Load segment from floppy with int13h

Assembler passes issue

algorithm assembly x86-16

Memory allocation from heap or stack?

Branch table in assembly 8086

assembly x86-16

How to detect the slave PIC in an old PC using assembly?

Error while formatting disk with BIOS in real mode

emu8086 giving wrong remainder for div r16 with non-zero DX upper-half dividend [duplicate]

Adding a byte from memory to the AX register

Error while printing a string from assembly code

How does the BIOS distinguish Interrupt(08h-12h) from INT instructions, vs. actual exceptions inside the CPU?

Why am I getting zero from mov ax, bx+si+1?

assembly x86-16 emu8086

How can I include a ASM program into my Turbo Basic Program?