- Download Dosbox dosbox.com
- Clone repository into some folder
- Open Dosbox
- mount cloned directory to dosbox and switch to it with commands:
mount c path/to/cloned/folder # mount
c: # swithc to mounted drive
- compile assembly file and start program
makecom tetris # compile + link + execute
- if already compiled programm can be runned with
tetris # run
tetris /off # quit