├── 268B ├── 268.asm └── 268.exe ├── LICENSE ├── README.md ├── doomsday ├── QRdoomsday.png ├── doomsday-crink.exe ├── doomsday.asm └── doomsday.exe └── smallPiano ├── QRpiano.png ├── piano-crink.exe ├── piano.asm └── piano.exe /268B/268.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/268B/268.asm -------------------------------------------------------------------------------- /268B/268.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/268B/268.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/README.md -------------------------------------------------------------------------------- /doomsday/QRdoomsday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/doomsday/QRdoomsday.png -------------------------------------------------------------------------------- /doomsday/doomsday-crink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/doomsday/doomsday-crink.exe -------------------------------------------------------------------------------- /doomsday/doomsday.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/doomsday/doomsday.asm -------------------------------------------------------------------------------- /doomsday/doomsday.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/doomsday/doomsday.exe -------------------------------------------------------------------------------- /smallPiano/QRpiano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/smallPiano/QRpiano.png -------------------------------------------------------------------------------- /smallPiano/piano-crink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/smallPiano/piano-crink.exe -------------------------------------------------------------------------------- /smallPiano/piano.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/smallPiano/piano.asm -------------------------------------------------------------------------------- /smallPiano/piano.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/smallEXE/HEAD/smallPiano/piano.exe --------------------------------------------------------------------------------