HP Pascal/iX Programmer's Guide (31502-90023)

5-: 4
| | | |
| Function | 8 bytes | 4-byte |
| | | |
-------------------------------------------------------------------------------
| | | |
| Globalanyptr | 8 bytes | 4-byte |
| | | |
-------------------------------------------------------------------------------
| | | |
| Integer | 4 bytes | 4-byte |
| | | |
-------------------------------------------------------------------------------
| | | |
| Localanyptr | 4 bytes | 4-byte |
| | | |
-------------------------------------------------------------------------------
| | | |
| Longint | 8 bytes | 4-byte |
| | | |
-------------------------------------------------------------------------------
| | | |
| Longreal | 8 bytes | 8-byte |
| | | |
-------------------------------------------------------------------------------
| | | |
| Pointer | 4 bytes | 4-byte |
| | | |
-------------------------------------------------------------------------------
| | | |
| Procedure | 8 bytes | 4-byte |
| | | |
-------------------------------------------------------------------------------
| | | |
| Real | 4 bytes | 4-byte |
| | | |
-------------------------------------------------------------------------------
| | |
| Record | See "Records" |
| | |
-------------------------------------------------------------------------------
| | |
| Set | See "Sets" |
| | |
-------------------------------------------------------------------------------
| | | |
| Shortint | 2 bytes | 2-byte |
| | | |
-------------------------------------------------------------------------------
| | | |
| String | See "Strings" | 4-byte |
| | | |
-------------------------------------------------------------------------------
| | |
| Subrange | See "Enumerations and Subranges" |
| | |
-------------------------------------------------------------------------------
Packed Variables
A
packed variable
is the element of a packed array or the field of a
packed record.
Table 5-2 shows how the HP Pascal packing algorithm allocates and
aligns packed variables of each HP Pascal type. The variable types are
in alphabetical order. The sections that Table 5-2 references are in
this chapter.