{
{   This procedure will move the specified number of bytes from the given
{ source pva to the given destination pva.  The pages are advised in before the
{ move and advised out afterwards.
{   This procedure will page align the source with the first advise in.
{ The destination is page aligned on the first advise out.
{
{   SYP$ADVISED_MOVE_BYTES (source, destination, length, status)
{
{ SOURCE: (INPUT) This parameter specifies the source PVA.
{
{ DESTINATION: (INPUT) This parameter specifies the destination PVA.
{
{ LENGTH: (INPUT) This parameter specifies the number of bytes to be moved.
{
{ STATUS: (OUTPUT) This parameter specifies the request status.
{
