Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

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

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?