mirror of
https://github.com/zeldaret/tmc
synced 2026-08-05 01:30:03 -04:00
asm notes
This commit is contained in:
+2
-2
@@ -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))"
|
||||
|
||||
Reference in New Issue
Block a user