Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 22324
Collapse All | Expand All

(-)alsa-tools-0.9.4/as10k1/as10k1.c (-23 / +22 lines)
Lines 43-71 Link Here
43
43
44
char version[]="As10k1 assembler version " VERSION;
44
char version[]="As10k1 assembler version " VERSION;
45
45
46
char help[]="
46
char help[]="\n"
47
Usage: as10k1 [option...] asmfile
47
"Usage: as10k1 [option...] asmfile\n"
48
48
"\n"
49
The as10k1 assembler is for the emu10k1 dsp processor
49
"The as10k1 assembler is for the emu10k1 dsp processor\n"
50
found in Creative Lab's sblive series of sound cards.
50
"found in Creative Lab's sblive series of sound cards.\n"
51
51
"\n"
52
Author: Daniel Bertrand <d.bertrand@ieee.ca>
52
"Author: Daniel Bertrand <d.bertrand@ieee.ca>\n"
53
53
"\n"
54
Options:\n
54
"Options:\n\n"
55
     -l [listfile]         Specify a listing file, default is none.
55
"     -l [listfile]         Specify a listing file, default is none.\n"
56
     -o [emu10k1 file]     Specify an output file, default is based input,
56
"     -o [emu10k1 file]     Specify an output file, default is based input,\n"
57
                           Substituting .asm to .emu10k1
57
"                           Substituting .asm to .emu10k1\n"
58
     -d [dbg_options...]   Turn on debug messages.
58
"     -d [dbg_options...]   Turn on debug messages.\n"
59
            s              prints all symbols                
59
"            s              prints all symbols                \n"
60
            g              prints defined gprs
60
"            g              prints defined gprs\n"
61
            t              prints tram usage
61
"            t              prints tram usage\n"
62
            i              prints instructions
62
"            i              prints instructions\n"
63
     -h                    Prints this message  
63
"     -h                    Prints this message  \n"
64
     -v                    Prints version number. 
64
"     -v                    Prints version number. \n"
65
65
"\n"
66
This program is distributed under the GPL.
66
"This program is distributed under the GPL.\n"
67
67
"\n";
68
";
69
68
70
//  cli==Command-Line Interface && !Creative Labs Inc.
69
//  cli==Command-Line Interface && !Creative Labs Inc.
71
70

Return to bug 22324