├── ASMEDIT.INI ├── LICENSE ├── README.md ├── screenshots └── tasm.png └── src ├── virus01.asm ├── virus02.asm ├── virus03.asm ├── virus04.asm ├── virus05.asm ├── virus06.asm ├── virus07.asm ├── virus08.asm ├── virus09.asm └── virus10.asm /ASMEDIT.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/ASMEDIT.INI -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/tasm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/screenshots/tasm.png -------------------------------------------------------------------------------- /src/virus01.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus01.asm -------------------------------------------------------------------------------- /src/virus02.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus02.asm -------------------------------------------------------------------------------- /src/virus03.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus03.asm -------------------------------------------------------------------------------- /src/virus04.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus04.asm -------------------------------------------------------------------------------- /src/virus05.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus05.asm -------------------------------------------------------------------------------- /src/virus06.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus06.asm -------------------------------------------------------------------------------- /src/virus07.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus07.asm -------------------------------------------------------------------------------- /src/virus08.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus08.asm -------------------------------------------------------------------------------- /src/virus09.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus09.asm -------------------------------------------------------------------------------- /src/virus10.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johangardhage/dos-virus/HEAD/src/virus10.asm --------------------------------------------------------------------------------