NCEPLIBS-w3emc  2.11.0
xmovex.f File Reference

Assembler language to move data. More...

Go to the source code of this file.

Functions/Subroutines

subroutine xmovex (OUT, IN, IBYTES)
 

Detailed Description

Assembler language to move data.

Author
Unknown
Date
Unknown

Definition in file xmovex.f.

Function/Subroutine Documentation

◆ xmovex()

subroutine xmovex ( character*1, dimension(*)  OUT,
character*1, dimension(*)  IN,
integer  IBYTES 
)

Program History Log:

Date Programmer Comment
Unkonwn Unknonw Initial.
Parameters
[out]OUT
[in]IN
IBYTESThis subroutine may not be needed, its was in assembler language to move data, it ran about three times faster than a fortan do loop, it was used to make sure the data to be unpacked was on a word boundary, this may not be needed on some brands of computers.
Author
Unknown
Date
Unknown

Definition at line 20 of file xmovex.f.