MSDOS Interrupt catcher

I wrote this tool to be able to create traces of DOS interrupt invocations. A bit like strace or ltrace on linux.

Now available on github.

Note: other versions exists, which specializes in file-io tracing, and also one which i used to create full traces of every instruction executed during a DOS interrupt. This allowed me to find what functionality other tools were hiding in my PC.