SPLat Logo

MemToUV m,n

NOTICE: Our web site is being updated, but is currently experiencing extreme slowness due to host issues. Please contact us directly.
NOTICE: SPLat Controls has moved. We are now at 1/85 Brunel Rd, Seaford, 3198. map
SPLat will be shut down for the Christmas Holiday season from Friday 20 December 2024 through Tuesday 7 January 2025. We will check emails periodically and will continue to process orders but at a slower pace. Santa hat

MemToUV m,n

U[n...n+V-1] = (m..m+V-1)

Copies a number of bytes from RAM to U. The starting point in RAM is location m. The starting point in U is U(n). The number of bytes copied is the number previously loaded into V.

The development environment will raise an error if m or n is invalid. The SPLat board will generate a fatal runtime error if the execution of the instruction runs past the end of RAM or U.

This is a low-level instruction associated with the SPLat Expansion Framework.