1 LR: 0xffffffff
```
+**Example Execution**
+
+```
+ 1 #!/bin/sh -xe
+ 2
+ 3 pypowersim -g audio/mp3/mp3_0.gpr \
+ 4 -s common.spr \
+ 5 -p 0x20000000 \
+ 6 -l data/audio/mp3/mp3_0_data/buf${1}:0x600000 \
+ 7 -l data/audio/mp3/mp3_0_data/win0:0x700000 \
+ 8 -d ${2}:0x900000:128 \
+ 9 -i audio/mp3/mp3_0_apply_window_float.bin
+```
+
### Before running the tests!
**NOTE**: Is this correct?