summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae3b7fb..5d4a489 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ flash: lizzyx.img
dd if=lizzyx.img of=$(DEV)
disas: stage3.out
- objdump -b binary -D -M intel -m i386:x86-64 stage3.out --adjust-vma 0x9000
+ objdump -b binary -D -M intel -m i386:x86-64 stage3.out --adjust-vma 0x9000 --disassembler-color=on
map: stage3.out
cat stage3.map