diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-29 09:46:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-29 09:46:02 -0400 |
commit | 78535eea89e8b71f37e188289793e3e18c9bb985 (patch) | |
tree | c3d7ec29b849e810cc6bc90827f9053a4f486b64 /asmdiff.sh | |
parent | f4e6816db9622dfa93466138ed075075009295b8 (diff) | |
parent | 3f477dae36c99bcb03a38be251dbef2f7e344ebc (diff) |
Merge branch 'master' into modern_gcc
Diffstat (limited to 'asmdiff.sh')
-rwxr-xr-x | asmdiff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmdiff.sh b/asmdiff.sh index 4654b2101..414a43826 100755 --- a/asmdiff.sh +++ b/asmdiff.sh @@ -4,4 +4,4 @@ OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb OPTIONS="--start-address=$(($1)) --stop-address=$(($1 + $2))" $OBJDUMP $OPTIONS baserom.gba > baserom.dump $OBJDUMP $OPTIONS pokeruby.gba > pokeruby.dump -diff -u baserom.dump pokeruby.dump | less +colordiff -u baserom.dump pokeruby.dump |