mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-08-19 21:32:21 -04:00
update to current progress
Former-commit-id: bed7f1bddb7af09c0f288c1150c6b1c5c106e3be [formerly 02402a0b62d22bfba17d6dfef2f443c1500b450a] [formerly 93bff37d83bad8297647c88c0b42afe81ed277e7 [formerly 08274c78a878dba3fa13551e009ca7aba6528beb]] Former-commit-id: f66285070e26f0193e87c728c4a0d3913e9a6868 [formerly 85e3eb7005d566d372945751835e29205ff816b4] Former-commit-id: deff595044d44ac83b2a5c920a64abb2d97054f5
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
OBJDUMP="mips-linux-gnu-objdump -D -z -bbinary -mmips -EB"
|
||||
OPTIONS="--start-address=$(($1)) --stop-address=$(($2))"
|
||||
$OBJDUMP $OPTIONS baserom.u.z64 > baserom.u.dump
|
||||
$OBJDUMP $OPTIONS ge007.u.z64 > ge007.u.dump
|
||||
diff baserom.u.dump ge007.u.dump | colordiff
|
||||
Reference in New Issue
Block a user