- A Piano Simulation using assembly level language programming language.
- Each note of the piano is associated with a fixed frequency and upon taking input from the user, the note is played for a specific amount of time(1- 2 seconds).
- Each image that is visible is independently created using Paint and saved as Bitmap file.
The Tools used for this project are:
- TASM - Turbo Assembler
- DosBox
- Notepad ++ Editor
- Paint
- Install DOSBox
- Install TASM and make a directory named TASM in C drive
- Save the piano.asm in that folder
- Save the images in the media folder in the same directory as the 'piano.asm' file
- Run the following commands
TASM piano.asm
TLINK piano
piano.exe