Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

What is meaning of .model small in 8086 programs?

assembly masm x86-16

How to tell GCC to generate 16-bit code for real mode

What are the segment and offset in real mode memory addressing?

What do ds:si and es:di mean in assembly?

Does modern PC video hardware support VGA text mode in HW, or does the BIOS emulate it (with System Management Mode)?

Looking for 16-bit x86 compiler

Boot loader doesn't jump to kernel code

What does OFFSET in 16 bit assembly code mean?

assembly x86 masm x86-16 16-bit

While, Do While, For loops in Assembly Language (emu8086)

Difference between SHL and SAL in 80x86

assembly x86-16 bit-shift

What is the purpose of CS and IP registers in Intel 8086 assembly?

x86 intel x86-16

What are near, far and huge pointers?

c++ c pointers x86 x86-16

How many ways to set a register to zero?

assembly x86 x86-16 tasm

Cannot write to screen memory in C

c x86 x86-16 turbo-c real-mode

How do I disassemble raw 16-bit x86 machine code?

linux assembly x86 x86-16 mbr intel

What's the purpose of the LEA instruction?

assembly x86 x86-64 x86-16