# Load String Word Immediate
+X-Form
+
* lswi RT,RA,NB
if RA = 0 then EA <- 0
EA <- EA + 1
n <- n - 1
+Special Registers Altered:
+ None
+
# Load String Word Indexed
+X-Form
+
* lswx RT,RA,RB
if RA = 0 then b <- 0
EA <- EA + 1
n <- n - 1
+Special Registers Altered:
+ None
+
# Store String Word Immediate
+X-Form
+
* stswi RS,RA,NB
if RA = 0 then EA <- 0
EA <- EA + 1
n <- n - 1
+Special Registers Altered:
+ None
+
# Store String Word Indexed
+X-Form
+
* stswx RS,RA,RB
if RA = 0 then b <- 0
EA <- EA + 1
n <- n - 1
+Special Registers Altered:
+ None
+