Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

Converting Turbo Pascal inline code to Object Pascal

invalid effective address calculation

Instruction sequence that does the same thing as push

assembly x86 stack x86-16

Random number in assembly

Check if a number is odd or even (mathematical parity)

assembly x86-16 parity

C: How do I simulate 8086 registers?

Displaying text video memory at 0xb8000 without using the C library

Why Some Assembly Instruction Are not Documented

How to use GDB in 16-bit mode?

c debugging assembly gdb x86-16

How can I tell if jump is absolute or relative?

CONCEPT OF MOV AX,CS and MOV DS,AX

How do you provoke a floating point error in 32 bits

What would cause a disk read error in Int 13h?

How do I properly allocate a memory buffer to apply double buffering in dosbox using turbo c?

Effective Address calculation time on 8086/8088

Dot Product on 8086 and DSP microprocessor

How to store 4 characters in a define doubleword in assembly language?

assembly masm x86-16

How should the stack be initialized to in an x86 real mode bootloader to prevent conflicts with BIOS?

How can I create a sleep function in 16bit MASM Assembly x86?