Also, given that FFT, DCT and other related algorithms
are of such high importance in so many areas of Computer
Science, a special "bit-reverse" mode has been added which
-allows the immediate offset to be multiplied by an element sequence such as ```0 4 2 6 1 5 3 7``` rather than ```0 1 2 .... 7````.
+allows the immediate offset to be multiplied by an element sequence such as ```0 4 2 6 1 5 3 7``` rather than ```0 1 2 .... 7```.
This is generated
automatically rather than needing to be created programmatically
using Vectorised Indexed Mode.