Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

Was there ever 8-bit memory addressing in the original 16-bit x86?

ASM 8086 : How is coding with multiple code segments different from coding with one code segment?

assembly executable x86-16

How to print a char on a specific location in graphics mode using 8086 assembly?

assembly x86-16 dosbox

Assembly Jump/Branch/Lookup Tables instead of lots of cmp/je?

assembly x86 nasm intel x86-16

Segmented far pointer allocation in 16bit x86 MS-DOS real mode

c dos x86-16 real-mode watcom

How to compile assembly and C together as bin format

c assembly x86-16 bootloader

8088/8086 WAIT instruction and the BIU

x86 x86-16

What happens when we divide a 16-bit number with a 8-bit 1?

A86 - definition conflicts with forward reference

Initializing the data segment Register in assembly 8086 using masm compiler

assembly loader x86-16 segment

x86 Strange printing after console has been scrolled

assembly x86 x86-16 emu8086

x86 CMP instruction not working for a single word comparison

Tracing instruction execution from startup

assembly x86 x86-16 bootloader

How did x86 real mode work on machines with <640K of RAM?

x86 osdev x86-16

How do i write a function that prints a null terminated string in NASM 16 bit real mode?

assembly x86 nasm x86-16 bios

What Is The Initial Value of Stack Pointer of 8086 (x86-16) CPU?

What is the value of segment registers in 8086?

assembly x86 x86-16

What are DI, EI, and UP instructions(?) in original MS-DOS source code?

Why left shift instruction has two names (SAL and SHL) in x86-64 ISA? [duplicate]