as10k1

Langue: en

Autres versions - même langue

Version: 110392 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

as10k1 - Assembler for the emu10k1 DSP Processor

SYNOPSIS

as10k1 [-vh] [-d [sgti]] [-o outputfile] [-l listfile] sourcefile

or normally just:

as10k1 sourcefile

DESCRIPTION

as10k1 is used to assemble dsp binaries for the emu10k1 processor found in soundcards such as Creative Lab's SBLive!. as10k1 takes assembly source files (.asm) and assembles them into binary files (.bin). These binary files can then be loaded onto the soundcard using emu-dspmgr.

OPTIONS

-d [dbg_options] Turn on stdout debug messages.
            s              prints all symbols                
            g              prints defined gprs
            t              prints tram usage
            i              prints instructions
-h
Prints a help message
-l
listfile Specify a listing file, default is none.
-n
no gpr declaration checks
-o
binfile Specify an output file. The default is generated from the input file by substituting .asm for .bin
-v
Prints version number.

EXAMPLES

as10k1 flanger.asm
Assembles flanger.asm and produces binary file named flanger.bin
as10k1 flanger.asm -o foo
Produces binary file named foo
as10k1 -d gs flanger.asm
Produces flanger.bin and prints list of used symbols and gprs to standard output.

REPORTING BUGS

Report bugs to <emu10k1-tools-devel@opensource.creative.com>

COPYING

© 2001 Daniel Bertrand

Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the copyright holders instead of in the original English.

SEE ALSO

emu-dspmgr(1), emu-config(1)
As10k1 online manual:
<http://members.home.com/d-bertrand/>  

AUTHORS

Daniel Bertrand, <d.bertrand@ieee.org>