Skip to content

alfasi/dosplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOS Player

16-bit Assembly based 8-bit WAV player.

Compiling

Simply execute the 'compile.bat' file through a DOS emulator: (I used DOSBox)

> compile.bat

Note: the compiler used is called 'Turbo Assembler'.

Executing

Make sure that the generated files are in the same directory:

  • Player.exe
  • splash.wav

Then simply run the program, and pass the music files as arguments:

> Player.exe file1.wav file2.wav file3.wav file4.wav ...

Examples

Opening Screen Screenshot

About

16-bit Assembly based 8-bit WAV player.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published