System Debug Reference Manual (32650-90888)
266 Chapter6
System Debug Command Specifications M-X
T (translate)
TCS
cmlogaddr
System library
TCA
cmabsaddr
Absolute CST
TCAX
cmabsaddr
Absolute CSTX
Parameters
offset
TA, TDB, TQ, TS only. The CM word offset that specifies the relative CM
address to be translated.
dseg.off
TC, TD only. The data segment and word offset to be translated.
cmlogaddr
TC, TCG, TCP, TCLG, TCLP, TCS only. A full logical code address
(LCPTR) specifies three necessary items:
• The CM logical code file (PROG, GRP, SYS, and so on).
• The CM logical segment number.
• The CM word offset within the code segment.
Logical code addresses can be specified in various levels of detail:
• As a full logical code pointer (LCPTR):
TC procname+20 Procedure name lookups return LCPTRs.
TC pw+4 Predefined ENV variables of type LCPTR.
TC SYS(2.200) Explicit coercion to a LCPTR type.
• As a long pointer (LPTR):
TC 23.2644
seg.offset
The logical file is determined based on the command suffix. For
example:
TC implies PROG.
TCG implies GRP.
TCS implies SYS, and so on.
• As a short pointer (SPTR):
TC 1024
offset
only
The currently executing logical segment number and the currently
executing logical file are used to build a LCPTR.
The search path used for procedure name lookups is based on the
command suffix letter:
TC Full search path:
CM: PROG, GRP, PUB, LGRP, LPUB, SYS.
TCG Search GRP, the group library.
TCP Search PUB, the account library.