If I want to create a BASIC-Program, which should contain sound, I'll have to use Axe.
BUT how to create a program with sounds, if it should run on a TI-84+ without any special APPs, too?
If you compile a program in Axe, you should be able to run it among all 83+ family calculators without the Axe app.
Axe is a compiled language, meaning that the parser reads your source file and creates an Asm program. You can run that Asm program on any calculator without the parser (given that your program does not need a shell).
Maybe I need to sent 2 PRGMs to another TI:
One BASIC-program and one ASM-subprogram
In order to run an Asm program from BASIC, you use "Asm(" (without quotes) followed by the name of the program.
But I've never learned ASM-programming, just Basic.
You don't really need to know Asm to make a program in Assembly; Axe compiles into Assembly. Well, if you really want to learn Asm, Hot_Dog made a wonderful, well-worded tutorial. http://www.omnimaga.org/index.php?action=downloads;sa=downfile&id=594
If you would like any clarifications, feel free to ask.
BTW, welcome to Omnimaga!