|
NCEPLIBS-w3emc 2.12.0
|
Stores a constant value into an array. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | xstore (cout, con, mwords) |
| Stores an 8-byte (fullword) value through consecutive storage locations. | |
| subroutine xstore | ( | dimension(*) | cout, |
| con, | |||
| mwords | |||
| ) |
Stores an 8-byte (fullword) value through consecutive storage locations.
(moving is accomplished with a do loop.)
| Date | Programmer | Comment |
|---|---|---|
| 1992-07-02 | Dennis Keyser (W/NMC22) | Initial. |
| 1995-10-31 | Mark Iredell | Removed saves and prints. |
| [in] | CON | Constant to be stored into "mwords" consecutive fullwords beginning with "cout" array |
| [in] | MWORDS | Number of fullwords in "cout" array to store "con"; must be .gt. zero (not checked for this) |
| [out] | COUT | Starting address for array of "mwords" fullwords set to the contents of the value "con" |