Declaring the address in decimal format meant that it was being interpreted as a decimal rather than hex address by the tooling and the intermediate bash arithmetic. This fixes that bug.
Declaring the address in decimal format meant that it was being interpreted as a decimal rather than hex address by the tooling and the intermediate bash arithmetic. This fixes that bug.