sld, sst
-
The sld and sst instructions of the device should be specified in the following formats.
SLD.* dispN [ep], reg2
SST.* reg2, dispN [ep]
In asrh, the format of %label should be used when specifying a relative expression in dispN.
[ep] can be omitted.
sld.b %_sym+2, r10 ; Same as "sld.b %_sym+2[ep], r10"