Add make dis rule
[pyrit.git] / Makefile
index 6063b86..611a5ea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,7 @@ run: pyrit.img
 runbochs: pyrit.img
        bochs -q 'boot:a' 'floppya: 1_44=$<, status=inserted'
 
+dis: pyrit.img
+       objdump -D -b binary -m i8086 $<
+
 .PHONY: run runbochs