mirror of
https://github.com/ghidraninja/game-and-watch-flashdumper.git
synced 2025-12-16 01:16:02 +01:00
13 lines
208 B
INI
13 lines
208 B
INI
init
|
|
echo "Reset and halt"
|
|
reset halt
|
|
echo "Load image"
|
|
load_image build/gw_base.elf
|
|
reset halt
|
|
sleep 1000
|
|
echo "Set stack pointer"
|
|
reg sp [mrw 0x20000000]
|
|
reg pc [mrw 0x20000004]
|
|
echo "Continuing..."
|
|
resume
|