x86 Assembly Projects, including some disassembled classics and other relics from the '90s (and younger).
All the disassembly work was done shortly before and during the C-19 pandemic, due to the compulsory lockdowns. Around that time, some other x86-related projects emerged. With the return to normality, I no longer had time for fun...
All of this work was done without AI assistance. Epecially the projects dating back to 1993 – 1999.
Well, nobody would believe it, but I can partly prove it: the original data are still present on the bitologia.org/x86 server, and the server itself is up and alive. For how long, we shall see.
That is why the structure and language might seem clumsy and awkward. In the future, I will try to gradually polish it. :) Especially to separate assembly-related stuff from BASIC and C.
The only resources used to create this SW were:
- original binaries (MZ-EXE),
- Fraktale i Chaos (by Jacek Kudrewicz, in Polish),
- Programowanie w Języku Assembler (by Stanisław Kruk, in Polish),
- Stack Overflow,
- old computer magazines,
- yet another booklet on programming co-processors (I have forgotten the title and cannot find it online at the moment...)
Other references are given in the individual codes.
:
MOV AH, 4CH
INT 21H