TELL ME IF ANY OF THE LINKS DON'T WORK AND I'LL FIX THEM!
My code download:
http://www.mediafire.com/file/vdfhu2l...
Important links:
DOSBOX download : https://sourceforge.net/projects/dosbox/
TASM download : http://www.mediafire.com/file/l2zme3c...
notepad++ downolad:
https://notepad-plus-plus.org/downloa...
It's very important to create a TASM file (in there another file called BIN) so you don't mess anything, in there you should also put your TASM.rar files.
after that all you got to do is create a notepad++ file and remember to save it as .asm in your TASM file in order to be able to run it in DOSBOX
How to run in DOSBOX:
mount c: c:\
c:
cd tasm\bin
tasm /zi name
tlink /v name
name.exe
(name stands for the name of your notepad file)
you cannot run a file which has more than 8 letters in its name .
In this video I showed you my 'assembly project' in which i decided to make a piano.
creating piano is not very easy, there are many important things to look out for such as:
how to create sound
how to change pictures
how to use input
and so on...
If you want a wider explanation about my project you can contact me here:
[email protected]