mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
GCC33 fix
This commit is contained in:
parent
47db50fa74
commit
da789fcf3b
1 changed files with 22 additions and 23 deletions
|
|
@ -43,29 +43,28 @@ int dbg_opt=0;
|
||||||
|
|
||||||
char version[]="As10k1 assembler version " VERSION;
|
char version[]="As10k1 assembler version " VERSION;
|
||||||
|
|
||||||
char help[]="
|
char help[]="\n"
|
||||||
Usage: as10k1 [option...] asmfile
|
"Usage: as10k1 [option...] asmfile\n"
|
||||||
|
"\n"
|
||||||
The as10k1 assembler is for the emu10k1 dsp processor
|
"The as10k1 assembler is for the emu10k1 dsp processor\n"
|
||||||
found in Creative Lab's sblive series of sound cards.
|
"found in Creative Lab's sblive series of sound cards.\n"
|
||||||
|
"\n"
|
||||||
Author: Daniel Bertrand <d.bertrand@ieee.ca>
|
"Author: Daniel Bertrand <d.bertrand@ieee.ca>\n"
|
||||||
|
"\n"
|
||||||
Options:\n
|
"Options:\n\n"
|
||||||
-l [listfile] Specify a listing file, default is none.
|
" -l [listfile] Specify a listing file, default is none.\n"
|
||||||
-o [emu10k1 file] Specify an output file, default is based input,
|
" -o [emu10k1 file] Specify an output file, default is based input,\n"
|
||||||
Substituting .asm to .emu10k1
|
" Substituting .asm to .emu10k1\n"
|
||||||
-d [dbg_options...] Turn on debug messages.
|
" -d [dbg_options...] Turn on debug messages.\n"
|
||||||
s prints all symbols
|
" s prints all symbols \n"
|
||||||
g prints defined gprs
|
" g prints defined gprs\n"
|
||||||
t prints tram usage
|
" t prints tram usage\n"
|
||||||
i prints instructions
|
" i prints instructions\n"
|
||||||
-h Prints this message
|
" -h Prints this message \n"
|
||||||
-v Prints version number.
|
" -v Prints version number. \n"
|
||||||
|
"\n"
|
||||||
This program is distributed under the GPL.
|
"This program is distributed under the GPL.\n"
|
||||||
|
"\n";
|
||||||
";
|
|
||||||
|
|
||||||
// cli==Command-Line Interface && !Creative Labs Inc.
|
// cli==Command-Line Interface && !Creative Labs Inc.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue