1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2025-12-08 10:44:56 +00:00

Added list target to disassemble bootblock

This commit is contained in:
alpine9000
2016-02-27 21:49:12 +11:00
parent 1f24a6c7c5
commit 045e48abd4

View File

@ -9,6 +9,9 @@ test: all
go: test
~/Google\ Drive/Amiga/amiga500.sh
list:
m68k-amigaos-objdump -b binary --disassemble-all out/bootblock.bin -m m68k > out/bootblock.txt
bin:
mkdir bin