diff options
author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-10 15:54:58 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-10 15:54:58 +0100 |
commit | 22953e4430901b41010cda2978d19d6ca33691b7 (patch) | |
tree | 970b5901dbfd12649faac5a267964899768fb269 | |
parent | 8062c3c1e840b9fab9f9901d87d7d03cee3de3f9 (diff) | |
download | cuddles-22953e4430901b41010cda2978d19d6ca33691b7.tar.xz |
make disas: set disassembler-color=on
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |