# Problem If you wanted to divide a signed integer by a power of 2, which instruction should you use to preserve the sign? # Process ... # Answer ``` ASR ```