System Debug Reference Manual (32650-90888)
Chapter 2 27
User Interface
Data Types
The type tables below give the names of the type classes and show which elementary types
belong to them.
Table 2-1. Type Table
Class Type
INT S16 Signed 16-bit integer.
INT U16 Unsigned 16-bit integer.
INT S32 Signed 32-bit integer.
INT U32 Unsigned 32-bit integer.
INT S64 Signed 64-bit integer.
BOOL BOOL Boolean.
STR STR Variable-length character string.
PTR SPTR Short pointer (offset).
PTR LONG Long pointer subclass. See table below.
EADDR EADDR Extended address.
EADDR SADDR Secondary address.
Table 2-2. Long Pointers
Class Type
LONG LPTR Long pointer
LONG CPTR Code pointers
LONG CPTR LCPTR Logical code pointers
LONG CPTR LCPTR PROG Program file
LONG CPTR LCPTR GRP Program group library
LONG CPTR LCPTR PUB Program account library
LONG CPTR LCPTR LGRP Logon group library
LONG CPTR LCPTR LPUB Logon account library
LONG CPTR LCPTR SYS System library: SL(CM),
NL(NM)
LONG CPTR LCPTR USER User library (NM)
LONG CPTR LCPTR TRANS Translated object code (NM)
LONG CPTR ACPTR Absolute Code Pointers
LONG CPTR ACPTR CST Absolute CST (CM only)
LONG CPTR ACPTR CSTX Absolute CSTX (CM only)