An open API service indexing awesome lists of open source software.

https://github.com/flamendless/8086playmidi

For our project on the Assembly Subject
https://github.com/flamendless/8086playmidi

Last synced: 13 days ago
JSON representation

For our project on the Assembly Subject

Awesome Lists containing this project

README

          

# TASM Project To Play MIDI Notes

* You will need DOSBOX and TASM from TechApple

```
tasm project.asm
tlink project.obj /t
project
```

# ACKNOWLEDGEMENT

Awesome thanks to this [repository](https://github.com/leonardo-ono/Assembly8086MarioMusicOnPCSpeakerTest)