Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Explain how the AF flag works in an x86 instructions?

intel c assembly x86 x86-16

Insert a new line assembly 8086

assembly x86-16

Access to PIT (?) IO ports 44h and 46h - what do those ports do?

Why does 20 address space with on a 16 bit machine give access to 1 Megabyte and not 2 Megabytes?

Adding signed numbers in assembly

Whats the fundamental difference between addressing of array[di] and [array + di] in assembly?

assembly masm x86-16 emu8086

Upper bits of EBX are zeroed out when single-stepping in CodeView

What do the constraints "Rah" and "Ral" mean in extended inline assembly?

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

MUL function in assembly