Listing 7

cl /0d /c /Fa *.c

del asm.tmp

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

c_calls asm.tmp

/* End of File */