Added as10k1 tool (EMU10K1 FX8010 DSP assembler).

This commit is contained in:
Jaroslav Kysela 2001-04-12 08:21:01 +00:00
parent a4569af2bb
commit f2d80b5b5d
28 changed files with 3523 additions and 0 deletions

11
as10k1/examples/Makefile Normal file
View file

@ -0,0 +1,11 @@
TARGETS = blank.emu10k1 chorus.emu10k1 delay.emu10k1 eq2.emu10k1 eq5.emu10k1 \
fir.emu10k1 flanger.emu10k1 sine.emu10k1 tremolo.emu10k1 vibrato.emu10k1 \
vol_ctrl.emu10k1
%.emu10k1: %.asm
../as10k1 $<
all: $(TARGETS)
clean:
rm -f *~ *.emu10k1