BCS wrote: > what would it take to add a built in ASM dump to DMD? Putting that in > would remove the need for an external tool and might even allow more > useful output like adding source line numbers as comments. Compile with -g and obj2asm will add source lines as comments.