Listing 6

tcc -S -c *.c

del asm.tmp

for %%f in (*.asm) do type %%f >> asm.tmp

c_calls asm.tmp

/* End of File */