Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-16

emu8086 complains about "Unterminated string" with a long string in a DB

assembly x86-16 emu8086

a good 8086 emulator [closed]

macos emulation x86-16

whats the use of "org xxxx" in assembly

8086 TASM: Illegal Indexing Mode [duplicate]

assembly x86 x86-16 tasm

8086 random number generator (not just using the system time)?

What is the purpose of the reserved/undefined bit in the flag register?

Displaying numbers with DOS

Assembly Instructions: AAA

assembly x86 x86-16 bcd 80286

How can I determine the result in AX after MOV and LEA instructions

assembly x86 x86-16 real-mode

Is there some benefit in the following assembly commands?

Displaying Time in Assembly

assembly time x86-16 emu8086

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