====== command qIsAddressTagged ====== **Format:** ‘qIsAddressTagged:address’ **Meaning:** Check if address address is in a memory tagged region; if it is, it’s said to be tagged. The target is responsible for checking it, as this is architecture-specific. address is the address to be checked. **Reply:** Replies to this packet should all be in two hex digit format, as follows: 01 Address address is tagged. 00 Address address is not tagged.