Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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]

Problem in reversing a string in assembly 8086

string assembly reverse x86-16

Is pipelining/OoOE available on modern x86 processors when running in real mode?

Difference between String and Array in assembly language

Why do I get another result?

assembly dos x86-16

How can I write a code that loops 256 times using only 3 instructions and one 8-bit register (8086 instruction set)?

Is there a difference in speed between mov bx,ax and mov bh,ah?

assembly x86 dos x86-16 mov

Do VGA cards read in the pixel buffer when the vertical retrace bit is cleared?

assembly x86-16 vga

What is the use of endless jump in bootsector programming

convert binary to decimal and show in assembly

assembly binary decimal x86-16

How do I use the int 16h interrupt to store a number of more than one digit typed from the keyboard?

Differences between general purpose registers in 8086: [bx] works, [cx] doesn't?

What is causing this bootloader to fail on hardware but not in DOSBOX? It displays all registers