A Drum Machine built like a sequencer using Turbo x86 Assembler
To run use tasm with dos-box emulator
First, download, install and run DOSBOX (an x86 emulator w/ DOS)
cycles = max
mount c c:
c:
- Navigate to your local repository
drums
Make sure you include the ui.bmp in the same directory.
- tasm /zi drums.asm
- tlink /v drums.obj
- drums
- Arrow keys to move the green Cursor
- Space to mark or unmark a position to be played (when its highlighted by the green cursor)
- Backspace to unmark everything and init the sequencer
- Enter to Play / Pause
- Use - / + to decrease or increase the playing speed
- To quit, press ESC
This project was built as part of CS class in 10th grade.
Enjoy!