diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-10-25 00:23:40 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-10-25 00:23:40 -0700 |
| commit | 7f37362a1c333333ecbedfdb53acf921394fc728 (patch) | |
| tree | 5cae61408f083006738ecab8f593af8c3718f54e /asmdiff.sh | |
| parent | e65b27be08393adef2824fc26383c112f0d84c5a (diff) | |
decompile script functions
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_eu -baserom=baserom_eu +buildname=tmc +baserom=baserom OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb" OPTIONS="--start-address=$(($1)) --stop-address=$(($1 + $2))" |
