**Definition of Simple-V:**
In its simplest form, the Simple-V Loop/Vector concept is a Prefixing
-system (similar to the 8086 `REP` instruction) that both augments its
+system (similar to the 8086 `REP` instruction and the Z80 `LDIR`)
+that both augments its
following Defined Word Suffix, and also may repeat that instruction
with optional sequential register offsets from those given in the
Suffix. Register numbers may also be extended (larger register files).
Normal Cray-style Vectorisation, designated Horizontal-First, performs
element-level operations (often in parallel) before moving in the usual
fashion to the next instruction. The term "Horizontal-First"
-stems from visually listing program instructions vertically and register
-files horizontally, whereupon it is clear that register-elements are
-prioritised.
+stems from naturally visually listing program instructions vertically,
+and register file contents horizontally, whereupon it is clear that
+register-elements are prioritised.
**Definition of Vertical-First:**
whereupon if that is also an SVP64-Prefixed instruction the exact same
element offset is used. Element offsets are then explicitly advanced
by calling a special instruction, `svstep`. The term "Vertical-First"
-stems from visually listing program instructions vertically and register
-files horizontally, where moving to the next instruction is a clear priority.
+stems from naturally visually listing program instructions vertically
+and register file contents horizontally, where moving to the next
+instruction is a clear priority.
**Definition of SVP64Single Prefixing:**