From 56ff2850550f1bd642218d2c5b99e3e8a7bd21f3 Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Wed, 12 Sep 2018 11:07:58 -0400 Subject: Match a few NONMATCHINGs, document some NONMATCHINGs. 1 non-trivial NONMATCHING matched. 2 matched with trivial asm();. 2 false NONMATCHINGs matched. 2 matched with register hacks. --- asmdiff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asmdiff.sh') diff --git a/asmdiff.sh b/asmdiff.sh index a4b465b6e..4654b2101 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 baserom.dump pokeruby.dump +diff -u baserom.dump pokeruby.dump | less -- cgit v1.2.3