Assembler language to move data.
More...
Go to the source code of this file.
|
| subroutine | xmovex (OUT, IN, IBYTES) |
| |
Assembler language to move data.
- Author
- Unknown
- Date
- Unknown
Definition in file xmovex.f.
◆ 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 | |
| IBYTES | This 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.