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

10
as10k1/Makefile.am Normal file
View file

@ -0,0 +1,10 @@
bin_PROGRAMS = as10k1
as10k1_SOURCES = as10k1.c parse.c assemble.c macro.c
EXTRA_DIST = cvscompile output.doc examples/Makefile examples/*.asm
dsp:
$(MAKE) -C examples
clean:
rm -rf .deps *~
$(MAKE) -C examples clean