summaryrefslogtreecommitdiff
path: root/asmdiff.sh
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-10-31 22:59:41 -0700
committertheo3 <arisstephenson2@gmail.com>2021-10-31 22:59:41 -0700
commit46d14fdc0ccfbd832a0d154407b64c7a85ad15be (patch)
tree5372d479cdcbbbc12465b9cb0bedab92c31863b6 /asmdiff.sh
parent57eec4def41b5bd3cc3ac791ef4bc26b75125b5d (diff)
asm notes
Diffstat (limited to 'asmdiff.sh')
-rwxr-xr-xasmdiff.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/asmdiff.sh b/asmdiff.sh
index bf6a907a..46f9e2ee 100755
--- a/asmdiff.sh
+++ b/asmdiff.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-buildname=tmc
-baserom=baserom
+buildname=$3
+baserom=$4
OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb"
OPTIONS="--start-address=$(($1)) --stop-address=$(($1 + $2))"