NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
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.