From 22953e4430901b41010cda2978d19d6ca33691b7 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 10 Dec 2023 15:54:58 +0100 Subject: make disas: set disassembler-color=on --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3