HP 3000 Manuals

Arrays [ SPL to HP C/XL Migration Guide ] MPE/iX 5.0 Documentation


SPL to HP C/XL Migration Guide

Arrays 

          Table 3-19.  Arrays 

---------------------------------------------------------------------------------------------
|                                             |                                             |
|                     SPL                     |             HP C/XL Equivalent              |
|                                             |                                             |
---------------------------------------------------------------------------------------------
|                                             |                                             |
| Type:  Array of simple data type.           | Type:  Array of simple data type.           |
|                                             |                                             |
---------------------------------------------------------------------------------------------
|                                             |                                             |
| Arrays are single-dimensional vectors of    | Same as SPL. Arrays may be                  |
| contiguous storage.                         | multi-dimensional, in the sense that arrays |
|                                             | of arrays can be declared.                  |
|                                             |                                             |
---------------------------------------------------------------------------------------------
|                                             |                                             |
| Arrays may be located relative to DB, Q, S, | There can be no explicit references to      |
| or P registers.                             | registers, and no read-only constant        |
|                                             | arrays.  (There exists no equivalent to     |
|                                             | SPL's PB-based arrays.)                     |
|                                             |                                             |
---------------------------------------------------------------------------------------------



MPE/iX 5.0 Documentation