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.
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.