summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-10 15:54:58 +0100
committerLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-10 15:54:58 +0100
commit22953e4430901b41010cda2978d19d6ca33691b7 (patch)
tree970b5901dbfd12649faac5a267964899768fb269
parent8062c3c1e840b9fab9f9901d87d7d03cee3de3f9 (diff)
downloadcuddles-22953e4430901b41010cda2978d19d6ca33691b7.tar.xz
make disas: set disassembler-color=on
-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