From: Richard W.M. Jones Date: Fri, 25 Oct 2019 11:17:24 +0000 (+0100) Subject: Add make dis rule X-Git-Url: http://git.annexia.org/?p=pyrit.git;a=commitdiff_plain;h=7e36df22ac74cd90b7e213cc0b4c97bedca1e712 Add make dis rule --- diff --git a/Makefile b/Makefile index 6063b86..611a5ea 100644 --- 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