MOVEVL


9.5B

 

The MOVEVL instruction moves the pointer contents from a typeless VAR pointer into an execution LABEL pointer. The instruction the following format:

 

 

[label]

MOVEVL

{typeless}{sep}{exeptr}

 

Where:

label

Optional. A Program Execution Label.

typeless
Required. A previously declared typeless VAR pointer.
sep
Required. A comma or one of the following prepositions: BY, TO, OF, FROM, USING, WITH, IN, or INTO.

typeless

Required. A previously declared execution LABEL pointer that is loaded with the pointer contents from the {typeless} variable.

 

Flags Affected: none

Note the following:

  1. If the {typeless} does not contain an execution program label address, a F05 error occurs.

 

 

See Also: System Interface Instructions

 



PL/B Language Reference MOVEVARADDR PARAMTEXT