├── .gitignore ├── README.md ├── SORRYASS.ASM ├── SORRYASS.NFO ├── p_anim.gif └── p_nfo.png /.gitignore: -------------------------------------------------------------------------------- 1 | *.COM 2 | *.BIN 3 | *.IMA 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viler-int10h/Sorry-Ass/HEAD/README.md -------------------------------------------------------------------------------- /SORRYASS.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viler-int10h/Sorry-Ass/HEAD/SORRYASS.ASM -------------------------------------------------------------------------------- /SORRYASS.NFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viler-int10h/Sorry-Ass/HEAD/SORRYASS.NFO -------------------------------------------------------------------------------- /p_anim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viler-int10h/Sorry-Ass/HEAD/p_anim.gif -------------------------------------------------------------------------------- /p_nfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viler-int10h/Sorry-Ass/HEAD/p_nfo.png --------------------------------------------------------------------------------