diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-10-31 22:59:41 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-10-31 22:59:41 -0700 |
| commit | 46d14fdc0ccfbd832a0d154407b64c7a85ad15be (patch) | |
| tree | 5372d479cdcbbbc12465b9cb0bedab92c31863b6 /asmdiff.sh | |
| parent | 57eec4def41b5bd3cc3ac791ef4bc26b75125b5d (diff) | |
asm notes
Diffstat (limited to 'asmdiff.sh')
| -rwxr-xr-x | asmdiff.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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))" |
