REMAP State SPRs as practical with a single instruction,
whilst `mm=1` is intended to be a little more refined.
+**Usage guidelines**
+
+* **Disable 2D mapping**: to only perform Indexing without
+ reordering use `SVd=1,sk=0,yx=0` (or set SVd to a value larger
+ or equal to VL)
+* **Modulo 1D mapping**: to perform Indexing cycling through the
+ first N Indices use `SVd=N,sk=0,yx=0` where `VL>N`. There is
+ no requirement to set VL equal to a multiple of N.
+
+Beyond these mappings it becomes necessary to write directly to
+the SVSTATE SPRs manually.
+
# REMAP Matrix pseudocode
The algorithm below shows how REMAP works more clearly, and may be